Searched refs:computeLabelDiff (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 456 static unsigned computeLabelDiff(const MCAssembler &Asm, const MCSymbol *Begin, in computeLabelDiff() function 538 unsigned Length = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 568 unsigned CodeDelta = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 594 computeLabelDiff(Asm, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 601 LocAfterLength = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 621 LastLabel ? computeLabelDiff(Asm, LastLabel, Range.first) : 0; in encodeDefRange() 622 unsigned RangeSize = computeLabelDiff(Asm, Range.first, Range.second); in encodeDefRange()
|