Searched refs:CommonConfig (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.h | 22 struct CommonConfig; 26 Error executeObjcopyOnIHex(const CommonConfig &Config, 29 Error executeObjcopyOnRawBinary(const CommonConfig &Config, 32 Error executeObjcopyOnBinary(const CommonConfig &Config,
|
| H A D | ELFObjcopy.cpp | 136 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter() 157 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter() 247 static Error updateAndRemoveSymbols(const CommonConfig &Config, Object &Obj) { in updateAndRemoveSymbols() 342 static Error replaceAndRemoveSections(const CommonConfig &Config, Object &Obj) { in replaceAndRemoveSections() 564 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs() 713 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() 722 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex() 737 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary() 755 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | COFFObjcopy.h | 21 struct CommonConfig; 26 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &,
|
| H A D | COFFObjcopy.cpp | 134 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 255 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &, in executeObjcopyOnBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| H A D | WasmObjcopy.h | 21 struct CommonConfig; 25 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
|
| H A D | WasmObjcopy.cpp | 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-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | MultiFormatConfig.h | 17 struct CommonConfig; 27 virtual const CommonConfig &getCommonConfig() const = 0;
|
| H A D | ConfigManager.h | 29 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig() 36 CommonConfig Common;
|
| H A D | llvm-objcopy.cpp | 150 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() 258 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnArchive() 268 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in restoreStatOnFile() 315 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
|
| H A D | CommonConfig.h | 190 struct CommonConfig { struct
|
| H A D | ConfigManager.cpp | 685 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions() 1059 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions() 1191 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions() 1283 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOObjcopy.h | 22 struct CommonConfig; 27 Error executeObjcopyOnBinary(const CommonConfig &Config, const MachOConfig &,
|
| H A D | MachOObjcopy.cpp | 52 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() 83 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols() argument 90 static void updateAndRemoveSymbols(const CommonConfig &Config, Object &Obj) { in updateAndRemoveSymbols() 142 static Error processLoadCommands(const CommonConfig &Config, Object &Obj) { in processLoadCommands() 336 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 376 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|