Home
last modified time | relevance | path

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

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