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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp38 static constexpr uint32_t MaxSegmentLength = variable
103 if (getCurrentSegmentLength() > MaxSegmentLength) {
118 assert(getCurrentSegmentLength() <= MaxSegmentLength);
129 assert(Offset - SegmentBegin <= MaxSegmentLength);

Completed in 116 milliseconds