Searched refs:computeLabelDiff (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 445 static unsigned computeLabelDiff(MCAsmLayout &Layout, const MCSymbol *Begin, in computeLabelDiff() function 536 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 566 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 592 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 599 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 620 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange() 621 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()
|