Searched refs:ID_MachO32L (Results 1 – 5 of 5) sorted by relevance
57 ID_MachO32L, // MachO 32-bit, little endian enumerator74 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()111 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO()
65 ID_MachO32L, // MachO 32-bit, little endian enumerator84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()125 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO()
65 ID_MachO32L, // MachO 32-bit, little endian enumerator84 return is64Bits ? ID_MachO64L : ID_MachO32L; in getMachOType()123 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B; in isMachO()
114 case ID_MachO32L: in LLVMBinaryGetType()