Home
last modified time | relevance | path

Searched refs:ContinuationIndex (Results 1 – 4 of 4) 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/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)