Lines Matching defs: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});
1627 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) {
1651 if (ClassTy) {
1654 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy,
2064 const DIType *ClassTy,
2069 TypeIndex ClassType = getTypeIndex(ClassTy);
2649 TypeIndex CodeViewDebug::getTypeIndex(const DIType *Ty, const DIType *ClassTy) {
2657 auto I = TypeIndices.find({Ty, ClassTy});
2662 TypeIndex TI = lowerType(Ty, ClassTy);
2663 return recordTypeIndexForDINode(Ty, TI, ClassTy);