Lines Matching defs:LastLabel
504 const MCSymbol *LastLabel = Frag.getFnStartSym();
537 unsigned Length = computeLabelDiff(Asm, LastLabel, Loc.getLabel());
540 LastLabel = Loc.getLabel();
567 unsigned CodeDelta = computeLabelDiff(Asm, LastLabel, Loc.getLabel());
586 LastLabel = Loc.getLabel();
593 computeLabelDiff(Asm, LastLabel, Frag.getFnEndSym());
599 if (&Loc.getLabel()->getSection() == &LastLabel->getSection())
600 LocAfterLength = computeLabelDiff(Asm, LastLabel, Loc.getLabel());
618 const MCSymbol *LastLabel = nullptr;
621 LastLabel ? computeLabelDiff(Asm, LastLabel, Range.first) : 0;
624 LastLabel = Range.second;