Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp112 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType() function
125 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType() function
778 getOutputElfType(Config.OutputArch.value_or(MachineInfo())); in executeObjcopyOnIHex()
796 getOutputElfType(Config.OutputArch.value_or(MachineInfo())); in executeObjcopyOnRawBinary()
813 ? getOutputElfType(*Config.OutputArch) in executeObjcopyOnBinary()
814 : getOutputElfType(In); in executeObjcopyOnBinary()