Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp115 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType() function
128 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType() function
731 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo())); in executeObjcopyOnIHex()
749 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo())); in executeObjcopyOnRawBinary()
766 Config.OutputArch ? getOutputElfType(Config.OutputArch.getValue()) in executeObjcopyOnBinary()
767 : getOutputElfType(In); in executeObjcopyOnBinary()