Searched refs:ObjType (Results 1 – 6 of 6) sorted by relevance
120 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal() local122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()123 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
266 Type *ObjType = GV->getValueType(); in IsSmallObject() local267 if (!ObjType->isSized()) in IsSmallObject()271 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
998 u_int32_t ObjType; member1065 u_int32_t ObjType; member1074 u_int32_t ObjType; member1087 u_int32_t ObjType; member
3596 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument3601 if (ObjType.isConstQualified() && !IsMutable) in getSubobjectType()3605 if (ObjType.isVolatileQualified()) in getSubobjectType()3630 QualType ObjType = Obj.Type; in findSubobject() local3649 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) && in findSubobject()3650 ObjType->isRecordType() && in findSubobject()3655 ObjType = Info.Ctx.getCanonicalType(ObjType); in findSubobject()3656 ObjType.removeLocalConst(); in findSubobject()3657 ObjType.removeLocalVolatile(); in findSubobject()3661 if (I == N || (I == N - 1 && ObjType->isAnyComplexType())) { in findSubobject()[all …]
4434 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), ObjSize * 8); in LowerFormalArguments_64SVR4() local4437 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()4464 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4() local4467 MachinePointerInfo(&*FuncArg, j), ObjType); in LowerFormalArguments_64SVR4()6302 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), LoadSizeInBits); in LowerCall_64SVR4() local6304 MachinePointerInfo(), ObjType); in LowerCall_64SVR4()
7729 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local7731 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()