Lines Matching refs:EndLabel
1219 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local
1227 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction()
3090 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
3093 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection()
3095 return EndLabel; in beginCVSubsection()
3098 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument
3099 OS.emitLabel(EndLabel); in endCVSubsection()
3113 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
3115 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord()
3120 return EndLabel; in beginSymbolRecord()
3244 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3247 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()
3258 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3261 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()