Searched refs:CPUSubType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1309 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType, in getArch() argument 1316 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1323 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1332 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1363 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1370 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1377 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getArch() 1388 Triple MachOObjectFile::getThumbArch(uint32_t CPUType, uint32_t CPUSubType, in getThumbArch() argument 1395 switch (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) { in getThumbArch() 1430 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType, in getArch() argument [all …]
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 414 static Triple getArch(uint32_t CPUType, uint32_t CPUSubType, 416 static Triple getThumbArch(uint32_t CPUType, uint32_t CPUSubType, 418 static Triple getArch(uint32_t CPUType, uint32_t CPUSubType,
|