Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h53 ID_ELF32B, // ELF 32-bit, big endian enumerator
69 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
129 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h54 ID_ELF32B, // ELF 32-bit, big endian enumerator
72 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()
132 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()