Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp780 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() function
801 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex()
819 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
839 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType)) in executeObjcopyOnBinary()