| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/ |
| H A D | ELFObjcopy.h | 22 struct CommonConfig; 30 Error executeObjcopyOnIHex(const CommonConfig &Config, 38 Error executeObjcopyOnRawBinary(const CommonConfig &Config, 45 Error executeObjcopyOnBinary(const CommonConfig &Config,
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | Archive.cpp | 10 #include "llvm/ObjCopy/CommonConfig.h" 104 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() 105 return deepWriteArchive(CommonConfig.OutputFilename, *NewArchiveMembersOrErr, in executeObjcopyOnArchive() 108 Ar.kind(), CommonConfig.DeterministicArchives, 103 const CommonConfig &CommonConfig = Config.getCommonConfig(); executeObjcopyOnArchive() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/ |
| H A D | COFFObjcopy.h | 21 struct CommonConfig; 29 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/ |
| H A D | WasmObjcopy.h | 21 struct CommonConfig; 28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/ |
| H A D | XCOFFObjcopy.h | 21 struct CommonConfig; 28 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | MultiFormatConfig.h | 17 struct CommonConfig; 28 virtual const CommonConfig &getCommonConfig() const = 0;
|
| H A D | ConfigManager.h | 26 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig() 39 CommonConfig Common;
|
| H A D | CommonConfig.h | 195 struct CommonConfig { struct
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/MachO/ |
| H A D | MachOObjcopy.h | 22 struct CommonConfig; 30 Error executeObjcopyOnBinary(const CommonConfig &Config,
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFObjcopy.cpp | 23 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 27 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 13 #include "llvm/ObjCopy/CommonConfig.h" 60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() 112 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 157 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter() 178 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter() 217 Error Object::compressOrDecompressSections(const CommonConfig &Config) { in compressOrDecompressSections() 304 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols() 417 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections() 682 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs() 880 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() 889 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex() 904 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary() 922 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| H A D | ELFObject.h | 373 BinaryWriter(Object &Obj, raw_ostream &Out, const CommonConfig &Config) in BinaryWriter() 1221 Error compressOrDecompressSections(const CommonConfig &Config);
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 14 #include "llvm/ObjCopy/CommonConfig.h" 55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() 86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols() argument 93 static void updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols() 403 static Error handleArgs(const CommonConfig &Config, in handleArgs() 448 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 115 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() 139 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
|
| H A D | ObjcopyOptions.cpp | 646 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions() 1172 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions() 1317 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions() 1431 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 14 #include "llvm/ObjCopy/CommonConfig.h" 157 static Error handleArgs(const CommonConfig &Config, in handleArgs() 322 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1003 SRCS_MIW+= ObjCopy/CommonConfig.cpp
|