Searched refs:FieldTI (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2302 TypeIndex FieldTI; in lowerCompleteTypeClass() local 2306 std::tie(FieldTI, VShapeTI, FieldCount, ContainsNestedClass) = in lowerCompleteTypeClass() 2324 ClassRecord CR(Kind, FieldCount, CO, FieldTI, TypeIndex(), VShapeTI, in lowerCompleteTypeClass() 2352 TypeIndex FieldTI; in lowerCompleteTypeUnion() local 2355 std::tie(FieldTI, std::ignore, FieldCount, ContainsNestedClass) = in lowerCompleteTypeUnion() 2364 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion() 2499 TypeIndex FieldTI = TypeTable.insertRecord(ContinuationBuilder); in lowerRecordFieldList() local 2500 return std::make_tuple(FieldTI, Info.VShapeTI, MemberCount, in lowerRecordFieldList()
|