Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DListRecordBuilder.cpp89 TypeIndex ContinuationIndex = Table.writeRecord(LastRec); in writeListRecord() local
98 *ContinuationPtr = ContinuationIndex.getIndex(); in writeListRecord()
99 ContinuationIndex = Table.writeRecord(Rec); in writeListRecord()
101 return ContinuationIndex; in writeListRecord()
DTypeRecord.cpp375 return ListContinuationRecord(L->ContinuationIndex); in deserialize()
571 return remapIndex(IndexMap, ContinuationIndex); in remapTypeIndices()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp58 Optional<TypeIndex> ContinuationIndex; member in __anon5522389b0111::NativeEnumEnumEnumerators
69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()
70 while (ContinuationIndex) { in NativeEnumEnumEnumerators()
71 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators()
73 ContinuationIndex.reset(); in NativeEnumEnumEnumerators()
86 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp58 Optional<TypeIndex> ContinuationIndex; member in __anond49bd92f0111::NativeEnumEnumEnumerators
69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()
70 while (ContinuationIndex) { in NativeEnumEnumEnumerators()
71 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators()
73 ContinuationIndex.reset(); in NativeEnumEnumEnumerators()
86 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h1178 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
1180 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
1182 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
1192 TypeIndex ContinuationIndex; member
1194 TypeIndex ContinuationIndex; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h924 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
926 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
928 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
930 TypeIndex ContinuationIndex; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h918 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
920 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
922 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
924 TypeIndex ContinuationIndex; variable
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp520 checkTypeReferences(0, Continuation.ContinuationIndex); in TEST_F()
534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp584 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp692 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp691 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp661 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp661 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()
/external/llvm/test/DebugInfo/COFF/
Dbig-type.ll12 ; CHECK-NOT: ContinuationIndex
21 ; CHECK: ContinuationIndex: <field list> (0x1000)
30 ; CHECK: ContinuationIndex: <field list> (0x1001)
39 ; CHECK: ContinuationIndex: <field list> (0x1002)
48 ; CHECK: ContinuationIndex: <field list> (0x1003)
/external/llvm-project/llvm/test/DebugInfo/COFF/
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)