Searched refs:getClassType (Results 1 – 6 of 6) sorted by relevance
304 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()323 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
144 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
192 TypeIndex getClassType() const { return ClassType; } in getClassType() function231 TypeIndex getClassType() const { return ClassType; } in getClassType() function
1770 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
821 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
843 DIType *getClassType() const { in getClassType() function