Lines Matching refs:EndLabel
1139 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local
1147 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction()
2980 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
2983 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection()
2985 return EndLabel; in beginCVSubsection()
2988 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument
2989 OS.emitLabel(EndLabel); in endCVSubsection()
3003 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
3005 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord()
3010 return EndLabel; in beginSymbolRecord()
3120 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3123 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()
3134 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3137 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()