Lines Matching refs:EndLabel
2842 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
2845 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection()
2847 return EndLabel; in beginCVSubsection()
2850 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument
2851 OS.EmitLabel(EndLabel); in endCVSubsection()
2865 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
2867 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord()
2872 return EndLabel; in beginSymbolRecord()
2953 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
2955 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()
2965 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
2968 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()