Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp273 MCSymbol *FileSegmentEnd = nullptr; in emitDebugInfoForFunction() local
279 if (!FileSegmentEnd) in emitDebugInfoForFunction()
288 Asm->OutStreamer->EmitLabel(FileSegmentEnd); in emitDebugInfoForFunction()
316 FileSegmentEnd = Asm->MMI->getContext().createTempSymbol(); in emitDebugInfoForFunction()
317 EmitLabelDiff(*Asm->OutStreamer, FileSegmentBegin, FileSegmentEnd); in emitDebugInfoForFunction()