Lines Matching refs:ClassTy
419 const DICompositeType *ClassTy = nullptr, in getFunctionOptions() argument
431 if (isNonTrivial(ReturnDCTy) || ClassTy) in getFunctionOptions()
435 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions()
472 const DIType *ClassTy) { in recordTypeIndexForDINode() argument
473 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
1537 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType() argument
1561 if (ClassTy) { in lowerType()
1564 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType()
1938 const DIType *ClassTy, in lowerTypeMemberFunction() argument
1943 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
2522 TypeIndex CodeViewDebug::getTypeIndex(const DIType *Ty, const DIType *ClassTy) { in getTypeIndex() argument
2530 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex()
2535 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex()
2536 return recordTypeIndexForDINode(Ty, TI, ClassTy); in getTypeIndex()