Lines Matching refs:EndLabel
1234 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local
1242 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction()
3156 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
3159 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection()
3161 return EndLabel; in beginCVSubsection()
3164 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument
3165 OS.emitLabel(EndLabel); in endCVSubsection()
3179 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
3181 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord()
3186 return EndLabel; in beginSymbolRecord()
3310 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3313 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()
3324 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3327 endCVSubsection(EndLabel); in emitDebugInfoForGlobals()