Searched refs:Ptr32 (Results 1 – 5 of 5) sorted by relevance
230 std::string Ptr32 = TT.getEnvironment() == Triple::GNUILP32 ? "-p:32:32" : ""; in computeDataLayout() local231 return Endian + "-m:e" + Ptr32 + in computeDataLayout()
1594 case attr::Ptr32: OS << " __ptr32"; break; in printAttributedBefore()1688 case attr::Ptr32: in printAttributedAfter()
3541 case attr::Ptr32: in isMSTypeSpec()
7001 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()7036 } else if (PtrWidth == 64 && Attrs[attr::Ptr32]) { in handleMSPointerTypeQualifierAttr()
3395 def Ptr32 : TypeAttr {