Home
last modified time | relevance | path

Searched refs:FileSegmentEnd (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp272 MCSymbol *FileSegmentEnd = nullptr; in emitDebugInfoForFunction() local
279 if (FileSegmentEnd) in emitDebugInfoForFunction()
280 Asm->OutStreamer.EmitLabel(FileSegmentEnd); in emitDebugInfoForFunction()
299 FileSegmentEnd = Asm->MMI->getContext().CreateTempSymbol(); in emitDebugInfoForFunction()
300 EmitLabelDiff(Asm->OutStreamer, FileSegmentBegin, FileSegmentEnd); in emitDebugInfoForFunction()
308 if (FileSegmentEnd) in emitDebugInfoForFunction()
309 Asm->OutStreamer.EmitLabel(FileSegmentEnd); in emitDebugInfoForFunction()