Searched refs:writeOutput (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 713 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput() function 734 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex() 752 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary() 772 if (Error E = writeOutput(Config, **Obj, Out, OutputElfType)) in executeObjcopyOnBinary()
|