003 File Manager
Current Path:
/usr/src/contrib/llvm-project/llvm/tools/llvm-objcopy
usr
/
src
/
contrib
/
llvm-project
/
llvm
/
tools
/
llvm-objcopy
/
📁
..
📄
Buffer.cpp
(2.58 KB)
📄
Buffer.h
(1.98 KB)
📁
COFF
📄
CommonOpts.td
(4.75 KB)
📄
CopyConfig.cpp
(43.07 KB)
📄
CopyConfig.h
(8.94 KB)
📁
ELF
📄
InstallNameToolOpts.td
(1.26 KB)
📁
MachO
📄
ObjcopyOpts.td
(9.36 KB)
📄
StripOpts.td
(641 B)
📄
llvm-objcopy.cpp
(13.37 KB)
📄
llvm-objcopy.h
(1.31 KB)
📁
wasm
Editing: StripOpts.td
include "CommonOpts.td" def output : JoinedOrSeparate<["-"], "o">, HelpText<"Write output to <file>">, MetaVarName<"<file>">; def s : Flag<["-"], "s">, Alias<strip_all>, HelpText<"Alias for --strip-all">; def no_strip_all : Flag<["--"], "no-strip-all">, HelpText<"Disable --strip-all">; def d : Flag<["-"], "d">, Alias<strip_debug>, HelpText<"Alias for --strip-debug">; def S : Flag<["-"], "S">, Alias<strip_debug>, HelpText<"Alias for --strip-debug">; def strip_swift_symbols : Flag<["-"], "T">, HelpText<"Remove Swift symbols">;
Upload File
Create Folder