Searched refs:EncodedLineDelta (Results 1 – 2 of 2) sorted by relevance
336 unsigned EncodedLineDelta = encodeSignedNumber(LineDelta); in encodeInlineLineTable() local341 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()342 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()346 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()353 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()
556 unsigned EncodedLineDelta = encodeSignedNumber(LineDelta); in encodeInlineLineTable() local560 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()561 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()565 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()573 compressAnnotation(EncodedLineDelta, Buffer); in encodeInlineLineTable()