Lines Matching refs:LastLabel
519 const MCSymbol *LastLabel = Frag.getFnStartSym(); in encodeInlineLineTable() local
552 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
555 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
582 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
601 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
608 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
614 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
615 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
633 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local
636 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
639 LastLabel = Range.second; in encodeDefRange()