Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.h21 struct CopyConfig;
25 Error executeObjcopyOnIHex(const CopyConfig &Config, MemoryBuffer &In,
27 Error executeObjcopyOnRawBinary(const CopyConfig &Config, MemoryBuffer &In,
29 Error executeObjcopyOnBinary(const CopyConfig &Config,
DELFConfig.h20 struct CopyConfig;
38 Expected<ELFCopyConfig> parseConfig(const CopyConfig &Config);
DELFObjcopy.cpp135 static std::unique_ptr<Writer> createELFWriter(const CopyConfig &Config, in createELFWriter()
156 static std::unique_ptr<Writer> createWriter(const CopyConfig &Config, in createWriter()
171 findBuildID(const CopyConfig &Config, const object::ELFFile<ELFT> &In) { in findBuildID()
193 findBuildID(const CopyConfig &Config, const object::ELFObjectFileBase &In) { in findBuildID()
217 static Error linkToBuildIdDir(const CopyConfig &Config, StringRef ToLink, in linkToBuildIdDir()
266 static Error splitDWOToFile(const CopyConfig &Config, const Reader &Reader, in splitDWOToFile()
360 static Error updateAndRemoveSymbols(const CopyConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
455 static Error replaceAndRemoveSections(const CopyConfig &Config, Object &Obj) { in replaceAndRemoveSections()
623 static Error handleArgs(const CopyConfig &Config, Object &Obj, in handleArgs()
779 static Error writeOutput(const CopyConfig &Config, Object &Obj, Buffer &Out, in writeOutput()
[all …]
DELFConfig.cpp101 Expected<ELFCopyConfig> parseConfig(const CopyConfig &Config) { in parseConfig()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.h21 struct CopyConfig;
25 Error executeObjcopyOnBinary(const CopyConfig &Config,
29 CopyConfig &Config, const object::MachOUniversalBinary &In, Buffer &Out);
DMachOObjcopy.cpp49 static Error removeSections(const CopyConfig &Config, Object &Obj) { in removeSections()
80 static void markSymbols(const CopyConfig &Config, Object &Obj) { in markSymbols()
87 static void updateAndRemoveSymbols(const CopyConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
135 static Error processLoadCommands(const CopyConfig &Config, Object &Obj) { in processLoadCommands()
329 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs()
388 Error executeObjcopyOnBinary(const CopyConfig &Config, in executeObjcopyOnBinary()
417 Error executeObjcopyOnMachOUniversalBinary(CopyConfig &Config, in executeObjcopyOnMachOUniversalBinary()
/external/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp132 static Error executeObjcopyOnIHex(CopyConfig &Config, MemoryBuffer &In, in executeObjcopyOnIHex()
142 static Error executeObjcopyOnRawBinary(CopyConfig &Config, MemoryBuffer &In, in executeObjcopyOnRawBinary()
162 static Error executeObjcopyOnBinary(CopyConfig &Config, object::Binary &In, in executeObjcopyOnBinary()
187 createNewArchiveMembers(CopyConfig &Config, const Archive &Ar) { in createNewArchiveMembers()
220 static Error executeObjcopyOnArchive(CopyConfig &Config, in executeObjcopyOnArchive()
274 static Error executeObjcopy(CopyConfig &Config) { in executeObjcopy()
283 using ProcessRawFn = Error (*)(CopyConfig &, MemoryBuffer &, Buffer &); in executeObjcopy()
363 for (CopyConfig &CopyConfig : DriverConfig->CopyConfigs) { in main()
364 if (Error E = executeObjcopy(CopyConfig)) { in main()
Dllvm-objcopy.h25 struct CopyConfig;
27 createNewArchiveMembers(CopyConfig &Config, const object::Archive &Ar);
DCopyConfig.h149 struct CopyConfig { struct
256 SmallVector<CopyConfig, 1> CopyConfigs;
DCMakeLists.txt26 CopyConfig.cpp
DCopyConfig.cpp512 CopyConfig Config; in parseObjcopyOptions()
865 CopyConfig Config; in parseInstallNameToolOptions()
996 CopyConfig Config; in parseBitcodeStripOptions()
1079 CopyConfig Config; in parseStripOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.h20 struct CopyConfig;
24 Error executeObjcopyOnBinary(const CopyConfig &Config,
DWasmObjcopy.cpp42 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs()
95 Error executeObjcopyOnBinary(const CopyConfig &Config, in executeObjcopyOnBinary()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.h20 struct CopyConfig;
24 Error executeObjcopyOnBinary(const CopyConfig &Config,
DCOFFObjcopy.cpp134 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs()
274 Error executeObjcopyOnBinary(const CopyConfig &Config, COFFObjectFile &In, in executeObjcopyOnBinary()
/external/crosvm/devices/src/virtio/vhost/user/
Dmod.rs25 CopyConfig(std::io::Error), enumerator
Dhandler.rs114 .map_err(Error::CopyConfig) in read_config()
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-objcopy/
DBUILD.gn70 "CopyConfig.cpp",