Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h24 struct CommonConfig;
32 LLVM_ABI Error executeObjcopyOnIHex(const CommonConfig &Config,
40 LLVM_ABI Error executeObjcopyOnRawBinary(const CommonConfig &Config,
47 LLVM_ABI Error executeObjcopyOnBinary(const CommonConfig &Config,
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
104 return deepWriteArchive(CommonConfig.OutputFilename, *NewArchiveMembersOrErr, in executeObjcopyOnArchive()
107 Ar.kind(), CommonConfig.DeterministicArchives, in executeObjcopyOnArchive()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/
H A DXCOFFObjcopy.h21 struct CommonConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &,
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/
H A DWasmObjcopy.h23 struct CommonConfig;
30 LLVM_ABI Error executeObjcopyOnBinary(const CommonConfig &Config,
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/
H A DCOFFObjcopy.h23 struct CommonConfig;
31 LLVM_ABI Error executeObjcopyOnBinary(const CommonConfig &Config,
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DMultiFormatConfig.h17 struct CommonConfig;
28 virtual const CommonConfig &getCommonConfig() const = 0;
H A DConfigManager.h27 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig()
40 CommonConfig Common;
H A DCommonConfig.h208 struct CommonConfig { struct
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/MachO/
H A DMachOObjcopy.h24 struct CommonConfig;
32 LLVM_ABI Error executeObjcopyOnBinary(const CommonConfig &Config,
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp22 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
26 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
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()
145 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp152 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
173 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
213 Error Object::compressOrDecompressSections(const CommonConfig &Config) { in compressOrDecompressSections()
300 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
412 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
784 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
1037 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
1046 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
1061 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
1079 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
H A DELFObject.h373 BinaryWriter(Object &Obj, raw_ostream &Out, const CommonConfig &Config) in BinaryWriter()
1228 Error compressOrDecompressSections(const CommonConfig &Config);
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp55 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()
440 static Error handleArgs(const CommonConfig &Config, in handleArgs()
486 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp101 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary()
125 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
H A DObjcopyOptions.cpp745 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions()
1303 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions()
1448 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions()
1562 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp157 static Error handleArgs(const CommonConfig &Config, in handleArgs()
330 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd/lib/clang/libllvm/
H A DMakefile1085 SRCS_MIW+= ObjCopy/CommonConfig.cpp