Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h58 ID_MachO64B, // MachO 64-bit, big endian enumerator
74 return is64Bits ? ID_MachO64B : ID_MachO32B; in getMachOType()
109 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO()
122 TypeID == ID_MachO32B || TypeID == ID_MachO64B); in isLittleEndian()