Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp581 unsigned CodeDelta = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable() local
582 if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()
586 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()
597 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()