Lines Matching defs:Ty

192 static std::string getFullyQualifiedName(const DIScope *Ty) {  in getFullyQualifiedName()
903 void CodeViewDebug::addToUDTs(const DIType *Ty, TypeIndex TI) { in addToUDTs()
928 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType()
967 TypeIndex CodeViewDebug::lowerTypeAlias(const DIDerivedType *Ty) { in lowerTypeAlias()
984 TypeIndex CodeViewDebug::lowerTypeArray(const DICompositeType *Ty) { in lowerTypeArray()
1042 TypeIndex CodeViewDebug::lowerTypeBasic(const DIBasicType *Ty) { in lowerTypeBasic()
1135 TypeIndex CodeViewDebug::lowerTypePointer(const DIDerivedType *Ty) { in lowerTypePointer()
1212 TypeIndex CodeViewDebug::lowerTypeMemberPointer(const DIDerivedType *Ty) { in lowerTypeMemberPointer()
1244 TypeIndex CodeViewDebug::lowerTypeModifier(const DIDerivedType *Ty) { in lowerTypeModifier()
1277 TypeIndex CodeViewDebug::lowerTypeFunction(const DISubroutineType *Ty) { in lowerTypeFunction()
1300 TypeIndex CodeViewDebug::lowerTypeMemberFunction(const DISubroutineType *Ty, in lowerTypeMemberFunction()
1379 static TypeRecordKind getRecordKind(const DICompositeType *Ty) { in getRecordKind()
1389 static ClassOptions getCommonClassOptions(const DICompositeType *Ty) { in getCommonClassOptions()
1417 TypeIndex CodeViewDebug::lowerTypeEnum(const DICompositeType *Ty) { in lowerTypeEnum()
1494 const DIType *Ty = DDTy->getBaseType().resolve(); in collectMemberInfo() local
1502 ClassInfo CodeViewDebug::collectClassInfo(const DICompositeType *Ty) { in collectClassInfo()
1531 TypeIndex CodeViewDebug::lowerTypeClass(const DICompositeType *Ty) { in lowerTypeClass()
1546 TypeIndex CodeViewDebug::lowerCompleteTypeClass(const DICompositeType *Ty) { in lowerCompleteTypeClass()
1578 TypeIndex CodeViewDebug::lowerTypeUnion(const DICompositeType *Ty) { in lowerTypeUnion()
1590 TypeIndex CodeViewDebug::lowerCompleteTypeUnion(const DICompositeType *Ty) { in lowerCompleteTypeUnion()
1619 CodeViewDebug::lowerRecordFieldList(const DICompositeType *Ty) { in lowerRecordFieldList()
1745 const DIType *Ty = TypeRef.resolve(); in getTypeIndex() local
1765 const DIType *Ty = TypeRef.resolve(); in getCompleteTypeIndex() local
2031 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes() local