Searched refs:OutputElfType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 161 switch (OutputElfType) { in createELFWriter() 180 ElfType OutputElfType) { in createWriter() argument 187 return createELFWriter(Config, Obj, Out, OutputElfType); in createWriter() 781 raw_ostream &Out, ElfType OutputElfType) { in writeOutput() argument 783 createWriter(Config, Obj, Out, OutputElfType); in writeOutput() 797 const ElfType OutputElfType = in executeObjcopyOnIHex() local 801 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex() 815 const ElfType OutputElfType = in executeObjcopyOnRawBinary() local 819 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary() 832 const ElfType OutputElfType = Config.OutputArch in executeObjcopyOnBinary() local [all …]
|