Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DArchive.cpp103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
104 return deepWriteArchive(CommonConfig.OutputFilename, *NewArchiveMembersOrErr, in executeObjcopyOnArchive()
106 CommonConfig.DeterministicArchives, Ar.isThin()); in executeObjcopyOnArchive()
H A DCMakeLists.txt40 CommonConfig.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/wasm/
H A DWasmObjcopy.h21 struct CommonConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/COFF/
H A DCOFFObjcopy.h21 struct CommonConfig;
29 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &,
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/XCOFF/
H A DXCOFFObjcopy.h21 struct CommonConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &,
/openbsd-src/gnu/llvm/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.h201 struct CommonConfig { struct
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/MachO/
H A DMachOObjcopy.h22 struct CommonConfig;
30 Error executeObjcopyOnBinary(const CommonConfig &Config,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp133 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
154 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
268 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
368 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
599 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
760 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
769 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
784 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
802 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/openbsd-src/gnu/llvm/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()
392 static Error handleArgs(const CommonConfig &Config, in handleArgs()
437 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp116 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary()
139 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
H A DObjcopyOptions.cpp621 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions()
1028 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions()
1163 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions()
1277 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ObjCopy/
H A DBUILD.gn15 "CommonConfig.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMObjCopy/
H A DMakefile11 CommonConfig.cpp \
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp133 static Error handleArgs(const CommonConfig &Config, in handleArgs()
292 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642214 ./usr/include/llvm/ObjCopy/CommonConfig.h
H A Dclang.macppc2213 ./usr/include/llvm/ObjCopy/CommonConfig.h
H A Dclang.loongson2213 ./usr/include/llvm/ObjCopy/CommonConfig.h
H A Dclang.octeon2213 ./usr/include/llvm/ObjCopy/CommonConfig.h
H A Dclang.arm642214 ./usr/include/llvm/ObjCopy/CommonConfig.h
H A Dclang.powerpc642212 ./usr/include/llvm/ObjCopy/CommonConfig.h

12