Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h55 ID_ELF64B, // ELF 64-bit, big endian enumerator
69 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
107 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B; in isELF()
129 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h56 ID_ELF64B, // ELF 64-bit, big endian enumerator
72 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
110 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B; in isELF()
132 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()