Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp137 uint32_t SegmentLength = NewSegmentBegin - SegmentOffsets.back(); in insertSegmentEnd() local
138 (void) SegmentLength; in insertSegmentEnd()
140 assert(SegmentLength % 4 == 0); in insertSegmentEnd()
141 assert(SegmentLength <= MaxRecordLength); in insertSegmentEnd()