| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/ELF/ |
| H A D | ELFObjcopy.h | 22 struct CommonConfig; 30 Error executeObjcopyOnIHex(const CommonConfig &Config, 38 Error executeObjcopyOnRawBinary(const CommonConfig &Config, 45 Error executeObjcopyOnBinary(const CommonConfig &Config,
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ |
| H A D | Archive.cpp | 103 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 D | CMakeLists.txt | 40 CommonConfig.cpp
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/XCOFF/ |
| H A D | XCOFFObjcopy.h | 21 struct CommonConfig; 28 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &,
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/wasm/ |
| H A D | WasmObjcopy.h | 21 struct CommonConfig; 28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/COFF/ |
| H A D | COFFObjcopy.h | 21 struct CommonConfig; 29 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &,
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/ |
| H A D | MultiFormatConfig.h | 17 struct CommonConfig; 28 virtual const CommonConfig &getCommonConfig() const = 0;
|
| H A D | ConfigManager.h | 26 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig() 39 CommonConfig Common;
|
| H A D | CommonConfig.h | 201 struct CommonConfig { struct
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/MachO/ |
| H A D | MachOObjcopy.h | 22 struct CommonConfig; 30 Error executeObjcopyOnBinary(const CommonConfig &Config,
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFObjcopy.cpp | 23 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 27 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, in executeObjcopyOnBinary()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() 112 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() 142 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 134 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter() 155 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter() 269 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols() 369 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections() 600 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs() 761 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() 770 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex() 785 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary() 803 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 55 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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 116 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() 139 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy()
|
| H A D | ObjcopyOptions.cpp | 606 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions() 1017 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions() 1152 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions() 1259 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ObjCopy/ |
| H A D | BUILD.gn | 15 "CommonConfig.cpp",
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 133 static Error handleArgs(const CommonConfig &Config, in handleArgs() 292 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5413 llvm/include/llvm/ObjCopy/CommonConfig.h
|