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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp37 static constexpr uint32_t ContinuationLength = sizeof(ContinuationRecord); variable
39 MaxRecordLength - ContinuationLength;
136 uint32_t NewSegmentBegin = Offset + ContinuationLength;
162 auto Continuation = Data.take_back(ContinuationLength);
H A DTypeRecordMapping.cpp238 constexpr uint32_t ContinuationLength = 8; local
240 ContinuationLength));

Completed in 55 milliseconds