Searched refs:OutputElfType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 140 switch (OutputElfType) { in createELFWriter() 159 ElfType OutputElfType) { in createWriter() argument 166 return createELFWriter(Config, Obj, Out, OutputElfType); in createWriter() 714 raw_ostream &Out, ElfType OutputElfType) { in writeOutput() argument 716 createWriter(Config, Obj, Out, OutputElfType); in writeOutput() 730 const ElfType OutputElfType = in executeObjcopyOnIHex() local 734 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex() 748 const ElfType OutputElfType = in executeObjcopyOnRawBinary() local 752 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary() 765 const ElfType OutputElfType = in executeObjcopyOnBinary() local [all …]
|