Home
last modified time | relevance | path

Searched refs:ContinuationIndex (Results 1 – 10 of 10) 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/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-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h890 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
892 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
894 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
896 TypeIndex ContinuationIndex; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp521 checkTypeReferences(0, Continuation.ContinuationIndex); in TEST_F()
535 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp479 error(IO.mapInteger(Record.ContinuationIndex)); in visitKnownMember()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp550 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp662 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dbig-type.ll16 ; CHECK-NOT: ContinuationIndex
26 ; CHECK: ContinuationIndex: <field list> (0x1000)
36 ; CHECK: ContinuationIndex: <field list> (0x1001)
46 ; CHECK: ContinuationIndex: <field list> (0x1002)
56 ; CHECK: ContinuationIndex: <field list> (0x1003)
/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)