Home
last modified time | relevance | path

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

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