Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp566 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() local
567 if (CodeDelta == 0 && LineDelta != 0) { in encodeInlineLineTable()
570 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()
574 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()
585 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()