Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h53 ID_ELF64B, // ELF 64-bit, big endian enumerator
67 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
105 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B; in isELF()
121 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()