Searched refs:CodeDelta (Results 1 – 2 of 2) sorted by relevance
337 unsigned CodeDelta = in encodeInlineLineTable() local339 if (CodeDelta == 0) { in encodeInlineLineTable()342 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()346 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()355 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()
557 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() local558 if (CodeDelta == 0 && LineDelta != 0) { in encodeInlineLineTable()561 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()565 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()576 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()