Lines Matching refs:EndLabel
1713 const MCSymbol *EndLabel; in buildLocationList() local
1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionID()].EndLabel; in buildLocationList()
1721 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1723 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1724 assert(EndLabel && "Forgot label after instruction ending a range!"); in buildLocationList()
1760 if (StartLabel == EndLabel) { in buildLocationList()
1783 DebugLoc.emplace_back(BeginSectionLabel, EndLabel, Values); in buildLocationList()
1790 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
2292 TheCU.addRange({R.second.BeginLabel, R.second.EndLabel}); in endFunctionImpl()
2540 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local
2577 Asm->OutStreamer->emitLabel(EndLabel); in emitDebugPubSection()