Lines Matching refs:LastLabel
504 const MCSymbol *LastLabel = Frag.getFnStartSym(); in encodeInlineLineTable() local
535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
538 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
584 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
591 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
597 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
598 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
616 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local
619 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
622 LastLabel = Range.second; in encodeDefRange()