Home
last modified time | relevance | path

Searched refs:handleArgs (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp42 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs() function
103 if (Error E = handleArgs(Config, *Obj)) in executeObjcopyOnBinary()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp134 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs() function
282 if (Error E = handleArgs(Config, *Obj)) in executeObjcopyOnBinary()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp623 static Error handleArgs(const CopyConfig &Config, Object &Obj, in handleArgs() function
797 if (Error E = handleArgs(Config, **Obj, Reader, OutputElfType)) in executeObjcopyOnIHex()
815 if (Error E = handleArgs(Config, **Obj, Reader, OutputElfType)) in executeObjcopyOnRawBinary()
852 if (Error E = handleArgs(Config, **Obj, Reader, OutputElfType)) in executeObjcopyOnBinary()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp329 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs() function
395 if (Error E = handleArgs(Config, **O)) in executeObjcopyOnBinary()