Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp880 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() function
901 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex()
919 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
939 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType)) in executeObjcopyOnBinary()