Home
last modified time | relevance | path

Searched refs:ContinuationIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp57 Optional<TypeIndex> ContinuationIndex; member in __anon14cdfcdb0111::NativeEnumEnumEnumerators
68 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()
69 while (ContinuationIndex) { in NativeEnumEnumEnumerators()
70 CVType FieldListCVT = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators()
72 ContinuationIndex.reset(); in NativeEnumEnumEnumerators()
88 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h919 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
921 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
923 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
925 TypeIndex ContinuationIndex; variable
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp520 checkTypeReferences(0, Continuation.ContinuationIndex); in TEST_F()
534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp587 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp737 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp669 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dbig-type.ll17 ; CHECK-NOT: ContinuationIndex
27 ; CHECK: ContinuationIndex: <field list> (0x1000)
37 ; CHECK: ContinuationIndex: <field list> (0x1001)
47 ; CHECK: ContinuationIndex: <field list> (0x1002)
57 ; CHECK: ContinuationIndex: <field list> (0x1003)