Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp581 unsigned EncodedLineDelta = encodeSignedNumber(LineDelta); in encodeInlineLineTable() local
583 if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()
587 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()
595 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()