Home
last modified time | relevance | path

Searched defs:getELFType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h79 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
H A DELFObjectFile.h193 uint8_t getELFType() const { in getELFType() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2866 static uint16_t getELFType(Ctx &ctx) { in getELFType() function