Home
last modified time | relevance | path

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

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