Lines Matching refs:ClassTy
425 const DICompositeType *ClassTy = nullptr,
437 if (isNonTrivial(ReturnDCTy) || ClassTy)
441 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) {
478 const DIType *ClassTy) {
479 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI});
1660 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) {
1684 if (ClassTy) {
1687 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy,
2097 const DIType *ClassTy,
2102 TypeIndex ClassType = getTypeIndex(ClassTy);
2682 TypeIndex CodeViewDebug::getTypeIndex(const DIType *Ty, const DIType *ClassTy) {
2690 auto I = TypeIndices.find({Ty, ClassTy});
2695 TypeIndex TI = lowerType(Ty, ClassTy);
2696 return recordTypeIndexForDINode(Ty, TI, ClassTy);