Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCCodeView.cpp337 unsigned CodeDelta = in encodeInlineLineTable() local
339 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp557 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() local
558 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()