Lines Matching refs:LastLabel
505 const MCSymbol *LastLabel = Frag.getFnStartSym(); in encodeInlineLineTable() local
536 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
539 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
566 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
585 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
592 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
598 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
599 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
617 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local
620 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
623 LastLabel = Range.second; in encodeDefRange()