Searched refs:CodeDelta (Results 1 – 1 of 1) sorted by relevance
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() local566 if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()570 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()581 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()