Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp138 switch (OutputElfType) { in createELFWriter()
157 ElfType OutputElfType) { in createWriter() argument
164 return createELFWriter(Config, Obj, Out, OutputElfType); in createWriter()
762 raw_ostream &Out, ElfType OutputElfType) { in writeOutput() argument
764 createWriter(Config, Obj, Out, OutputElfType); in writeOutput()
778 const ElfType OutputElfType = in executeObjcopyOnIHex() local
782 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex()
796 const ElfType OutputElfType = in executeObjcopyOnRawBinary() local
800 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
813 const ElfType OutputElfType = in executeObjcopyOnBinary() local
[all …]