Lines Matching refs:EndLabel
1670 const MCSymbol *EndLabel; in buildLocationList() local
1673 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
1678 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1680 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1681 assert(EndLabel && "Forgot label after instruction ending a range!"); in buildLocationList()
1717 if (StartLabel == EndLabel) { in buildLocationList()
1740 DebugLoc.emplace_back(BeginSectionLabel, EndLabel, Values); in buildLocationList()
1747 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
2219 TheCU.addRange({R.second.BeginLabel, R.second.EndLabel}); in endFunctionImpl()
2461 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local
2495 Asm->OutStreamer->emitLabel(EndLabel); in emitDebugPubSection()