Lines Matching refs:ClassTy
373 const DICompositeType *ClassTy = nullptr, in getFunctionOptions() argument
388 if (ClassTy && !isTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions()
425 const DIType *ClassTy) { in recordTypeIndexForDINode() argument
426 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
1432 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType() argument
1456 if (ClassTy) { in lowerType()
1459 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType()
1828 const DIType *ClassTy, in lowerTypeMemberFunction() argument
1833 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
2393 const DIType *ClassTy = ClassTyRef.resolve(); in getTypeIndex() local
2402 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex()
2407 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex()
2408 return recordTypeIndexForDINode(Ty, TI, ClassTy); in getTypeIndex()