Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp596 unsigned LocAfterLength = ~0U; in encodeInlineLineTable() local
602 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
606 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer); in encodeInlineLineTable()