Lines Matching refs:ClassTy
423 const DICompositeType *ClassTy = nullptr, in getFunctionOptions() argument
435 if (isNonTrivial(ReturnDCTy) || ClassTy) in getFunctionOptions()
439 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions()
476 const DIType *ClassTy) { in recordTypeIndexForDINode() argument
477 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
1611 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType() argument
1635 if (ClassTy) { in lowerType()
1638 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType()
2045 const DIType *ClassTy, in lowerTypeMemberFunction() argument
2050 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
2630 TypeIndex CodeViewDebug::getTypeIndex(const DIType *Ty, const DIType *ClassTy) { in getTypeIndex() argument
2638 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex()
2643 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex()
2644 return recordTypeIndexForDINode(Ty, TI, ClassTy); in getTypeIndex()