Lines Matching refs:AuxTarget
1255 const TargetInfo *AuxTarget) { in InitBuiltinTypes() argument
1261 this->AuxTarget = AuxTarget; in InitBuiltinTypes()
1670 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()
1674 return AuxTarget->getFloat128Format(); in getFloatTypeSemantics()
2076 Width = AuxTarget->getHalfWidth(); in getTypeInfoImpl()
2077 Align = AuxTarget->getHalfAlign(); in getTypeInfoImpl()
2090 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2091 Target->getLongDoubleAlign() != AuxTarget->getLongDoubleAlign())) { in getTypeInfoImpl()
2092 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2093 Align = AuxTarget->getLongDoubleAlign(); in getTypeInfoImpl()
2107 Width = AuxTarget->getFloat128Width(); in getTypeInfoImpl()
2108 Align = AuxTarget->getFloat128Align(); in getTypeInfoImpl()