Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp444 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()
591 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
598 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
619 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
620 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()