Searched defs:ContinuationIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
H A DListRecordBuilder.cpp89 TypeIndex ContinuationIndex = Table.writeRecord(LastRec); local
98 *ContinuationPtr = ContinuationIndex.getIndex();
99 ContinuationIndex = Table.writeRecord(Rec);
101 return ContinuationIndex;
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h1178 ListContinuationRecord(TypeIndex ContinuationIndex) argument
1180 ContinuationIndex(ContinuationIndex) {}
1182 TypeIndex getContinuationIndex() const { return ContinuationIndex; }
1192 TypeIndex ContinuationIndex; member in struct:llvm::codeview::ListContinuationRecord::Layout
1194 TypeIndex ContinuationIndex; member in class:llvm::codeview::ListContinuationRecord

Completed in 152 milliseconds