Searched refs:computeLabelDiff (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 444 static unsigned computeLabelDiff(MCAsmLayout &Layout, const MCSymbol *Begin, in computeLabelDiff() function 535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 594 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 601 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 622 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange() 623 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()
|