Home
last modified time | relevance | path

Searched refs:CommonConfig (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.h22 struct CommonConfig;
26 Error executeObjcopyOnIHex(const CommonConfig &Config,
29 Error executeObjcopyOnRawBinary(const CommonConfig &Config,
32 Error executeObjcopyOnBinary(const CommonConfig &Config,
H A DELFObjcopy.cpp136 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 DWasmObjcopy.h21 struct CommonConfig;
25 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
H A DWasmObjcopy.cpp42 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 DCOFFObjcopy.h21 struct CommonConfig;
26 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &,
H A DCOFFObjcopy.cpp134 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 DMultiFormatConfig.h17 struct CommonConfig;
27 virtual const CommonConfig &getCommonConfig() const = 0;
H A DConfigManager.h29 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig()
40 CommonConfig Common;
H A Dllvm-objcopy.cpp156 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 DCommonConfig.h145 struct CommonConfig { struct
H A DConfigManager.cpp707 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 DMachOObjcopy.h22 struct CommonConfig;
27 Error executeObjcopyOnBinary(const CommonConfig &Config, const MachOConfig &,
H A DMachOObjcopy.cpp52 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()