Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() local
566 if (CodeDelta == 0 && LineDelta != 0) { in encodeInlineLineTable()
569 } else if (EncodedLineDelta < 0x8 && CodeDelta <= 0xf) { in encodeInlineLineTable()
573 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; in encodeInlineLineTable()
584 compressAnnotation(CodeDelta, Buffer); in encodeInlineLineTable()