Searched refs:FieldTI (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2477 TypeIndex FieldTI; in lowerCompleteTypeClass() local 2481 std::tie(FieldTI, VShapeTI, FieldCount, ContainsNestedClass) = in lowerCompleteTypeClass() 2499 ClassRecord CR(Kind, FieldCount, CO, FieldTI, TypeIndex(), VShapeTI, in lowerCompleteTypeClass() 2527 TypeIndex FieldTI; in lowerCompleteTypeUnion() local 2530 std::tie(FieldTI, std::ignore, FieldCount, ContainsNestedClass) = in lowerCompleteTypeUnion() 2539 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion() 2674 TypeIndex FieldTI = TypeTable.insertRecord(ContinuationBuilder); in lowerRecordFieldList() local 2675 return std::make_tuple(FieldTI, Info.VShapeTI, MemberCount, in lowerRecordFieldList()
|