Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp136 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType() function
149 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType() function
898 getOutputElfType(Config.OutputArch.value_or(MachineInfo())); in executeObjcopyOnIHex()
916 getOutputElfType(Config.OutputArch.value_or(MachineInfo())); in executeObjcopyOnRawBinary()
933 ? getOutputElfType(*Config.OutputArch) in executeObjcopyOnBinary()
934 : getOutputElfType(In); in executeObjcopyOnBinary()