Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp138 ElfType OutputElfType) { in createELFWriter() argument
140 switch (OutputElfType) { in createELFWriter()
159 ElfType OutputElfType) { in createWriter() argument
166 return createELFWriter(Config, Obj, Out, OutputElfType); in createWriter()
665 raw_ostream &Out, ElfType OutputElfType) { in writeOutput() argument
667 createWriter(Config, Obj, Out, OutputElfType); in writeOutput()
681 const ElfType OutputElfType = in executeObjcopyOnIHex() local
685 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex()
700 const ElfType OutputElfType = in executeObjcopyOnRawBinary() local
704 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
[all …]