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

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

Completed in 102 milliseconds