Searched refs:CommonConfig (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 510 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs() 664 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() 673 Error executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex() 688 Error executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary() 707 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 42 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 78 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 40 CommonConfig Common;
|
| H A D | llvm-objcopy.cpp | 156 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() 264 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnArchive() 274 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in restoreStatOnFile() 321 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
|
| H A D | CommonConfig.h | 145 struct CommonConfig { struct
|
| H A D | ConfigManager.cpp | 707 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions() 1061 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions() 1193 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions() 1285 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
|
| /netbsd-src/external/apache2/llvm/dist/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() 140 static Error processLoadCommands(const CommonConfig &Config, Object &Obj) { in processLoadCommands() 334 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 374 Error executeObjcopyOnBinary(const CommonConfig &Config, const MachOConfig &, in executeObjcopyOnBinary()
|