Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h22 struct CommonConfig;
30 Error executeObjcopyOnIHex(const CommonConfig &Config,
38 Error executeObjcopyOnRawBinary(const CommonConfig &Config,
45 Error executeObjcopyOnBinary(const CommonConfig &Config,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp104 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
105 return deepWriteArchive(CommonConfig.OutputFilename, *NewArchiveMembersOrErr, in executeObjcopyOnArchive()
108 Ar.kind(), CommonConfig.DeterministicArchives, in executeObjcopyOnArchive()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/
H A DWasmObjcopy.h21 struct CommonConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/
H A DXCOFFObjcopy.h21 struct CommonConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/
H A DCOFFObjcopy.h21 struct CommonConfig;
29 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DMultiFormatConfig.h17 struct CommonConfig;
28 virtual const CommonConfig &getCommonConfig() const = 0;
H A DConfigManager.h26 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig()
39 CommonConfig Common;
H A DCommonConfig.h202 struct CommonConfig { struct
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/MachO/
H A DMachOObjcopy.h22 struct CommonConfig;
30 Error executeObjcopyOnBinary(const CommonConfig &Config,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp23 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
27 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, in executeObjcopyOnBinary()
/freebsd-14.2/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()
144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp157 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
178 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
285 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
385 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
616 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
780 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
789 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
804 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
822 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
H A DELFObject.h370 BinaryWriter(Object &Obj, raw_ostream &Out, const CommonConfig &Config) in BinaryWriter()
/freebsd-14.2/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()
403 static Error handleArgs(const CommonConfig &Config, in handleArgs()
448 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp115 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary()
138 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
H A DObjcopyOptions.cpp590 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions()
1026 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions()
1161 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions()
1275 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp157 static Error handleArgs(const CommonConfig &Config, in handleArgs()
322 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile983 SRCS_MIW+= ObjCopy/CommonConfig.cpp