Searched refs:computeLabelDiff (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 468 static unsigned computeLabelDiff(MCAsmLayout &Layout, const MCSymbol *Begin, in computeLabelDiff() function 552 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 582 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 608 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 615 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 636 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange() 637 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()
|