Lines Matching refs:EndLabel
1676 const MCSymbol *EndLabel; in buildLocationList() local
1679 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
1684 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1686 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1687 assert(EndLabel && "Forgot label after instruction ending a range!"); in buildLocationList()
1723 if (StartLabel == EndLabel) { in buildLocationList()
1746 DebugLoc.emplace_back(BeginSectionLabel, EndLabel, Values); in buildLocationList()
1753 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
2197 TheCU.addRange({R.second.BeginLabel, R.second.EndLabel}); in endFunctionImpl()
2439 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local
2473 Asm->OutStreamer->emitLabel(EndLabel); in emitDebugPubSection()