Searched refs:ID_MachO64L (Results 1 – 5 of 5) sorted by relevance
59 ID_MachO64L, // MachO 64-bit, little endian enumerator74 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
67 ID_MachO64L, // MachO 64-bit, little endian enumerator84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()
118 case ID_MachO64L: in LLVMBinaryGetType()