Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
682 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo())); in executeObjcopyOnIHex()
701 getOutputElfType(Config.OutputArch.getValueOr(MachineInfo())); in executeObjcopyOnRawBinary()
717 Config.OutputArch ? getOutputElfType(Config.OutputArch.getValue()) in executeObjcopyOnBinary()
718 : getOutputElfType(In); in executeObjcopyOnBinary()