Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp7 struct ContinuationRecord { struct
16 ContinuationRecord Cont;
37 static constexpr uint32_t ContinuationLength = sizeof(ContinuationRecord);
171 ContinuationRecord *CR = in createSegmentRecord()
172 reinterpret_cast<ContinuationRecord *>(Continuation.data()); in createSegmentRecord()