Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h58 ID_MachO32B, // MachO 32-bit, big endian enumerator
76 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
130 TypeID == ID_MachO32B || TypeID == ID_MachO64B); in isLittleEndian()