Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
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 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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.h21 struct CommonConfig;
25 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
H A DWasmObjcopy.cpp60 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 DMultiFormatConfig.h17 struct CommonConfig;
27 virtual const CommonConfig &getCommonConfig() const = 0;
H A DConfigManager.h29 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig()
36 CommonConfig Common;
H A Dllvm-objcopy.cpp150 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 DCommonConfig.h190 struct CommonConfig { struct
H A DConfigManager.cpp685 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 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()
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()