Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp74 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType() function
87 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType() function
541 const ElfType OutputElfType = getOutputElfType( in executeObjcopyOnRawBinary()
556 Config.OutputArch ? getOutputElfType(Config.OutputArch.getValue()) in executeObjcopyOnBinary()
557 : getOutputElfType(In); in executeObjcopyOnBinary()