Searched refs:EncodedLineDelta (Results 1 – 1 of 1) sorted by relevance
564 unsigned EncodedLineDelta = encodeSignedNumber(LineDelta); in encodeInlineLineTable() local568 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()569 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()573 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()581 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()