Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DBinary.h78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
H A DELFObjectFile.h190 uint8_t getELFType() const { in getELFType() function
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h292 unsigned getELFType() const { return ELFType; } getELFType() function
/llvm-project/lld/ELF/
H A DWriter.cpp2668 static uint16_t getELFType() { getELFType() function