Lines Matching defs:EndLabel
1201 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite);
1209 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2);
3123 *EndLabel = MMI->getContext().createTempSymbol();
3126 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4);
3128 return EndLabel;
3131 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) {
3132 OS.emitLabel(EndLabel);
3146 *EndLabel = MMI->getContext().createTempSymbol();
3148 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2);
3153 return EndLabel;
3277 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
3280 endCVSubsection(EndLabel);
3291 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
3294 endCVSubsection(EndLabel);