HomeSort by: relevance | last modified time | path
    Searched defs:getELFType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h 75 static inline unsigned int getELFType(bool isLE, bool is64Bits) {
ELFObjectFile.h 161 uint8_t getELFType() const {
166 uint8_t Type = getELFType();
440 return v->getType() == getELFType(ELFT::TargetEndianness == support::little,
1089 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits),

Completed in 47 milliseconds