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()
588 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
595 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
601 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
602 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
620 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local
623 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
626 LastLabel = Range.second; in encodeDefRange()