llvm-project/llvm/tools/llvm-objcopy
Puyan Lotfi c4846a551e [NFC][llvm-objcopy] Make helper functions static
Anywhere in tools/llvm-objcopy where functions or classes are not referenced
outside of a given file, we change things to make the function or class static
or put inside an anonymous namespace.

llvm-svn: 337220
2018-07-16 22:17:05 +00:00
..
CMakeLists.txt [tools] Introduce llvm-strip 2018-05-07 19:32:09 +00:00
LLVMBuild.txt Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments" 2018-04-24 05:43:32 +00:00
ObjcopyOpts.td [llvm-objcopy] Add --keep-file-symbols option 2018-05-26 08:10:37 +00:00
Object.cpp [NFC][llvm-objcopy] Make helper functions static 2018-07-16 22:17:05 +00:00
Object.h [llvm-objcopy] Add support for large indexes 2018-07-16 19:48:52 +00:00
StripOpts.td Add --strip-all option back to llvm-strip. 2018-07-12 17:42:17 +00:00
llvm-objcopy.cpp [NFC][llvm-objcopy] Make helper functions static 2018-07-16 22:17:05 +00:00
llvm-objcopy.h [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects 2018-01-25 22:46:17 +00:00