Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp7 struct ContinuationRecord { struct
16 ContinuationRecord Cont;
37 static constexpr uint32_t ContinuationLength = sizeof(ContinuationRecord);
163 ContinuationRecord *CR = in createSegmentRecord()
164 reinterpret_cast<ContinuationRecord *>(Continuation.data()); in createSegmentRecord()