Searched refs:CPUSubType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1039 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType, in getArch() argument 1046 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1053 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1062 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1093 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1100 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1107 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1118 Triple MachOObjectFile::getThumbArch(uint32_t CPUType, uint32_t CPUSubType, in getThumbArch() argument 1125 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getThumbArch() 1160 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType, in getArch() argument [all …]
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 408 static Triple getArch(uint32_t CPUType, uint32_t CPUSubType, 410 static Triple getThumbArch(uint32_t CPUType, uint32_t CPUSubType, 412 static Triple getArch(uint32_t CPUType, uint32_t CPUSubType,
|