Searched refs:EmitLabelDiff (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCodeViewLineTables.cpp | 169 static void EmitLabelDiff(MCStreamer &Streamer, in EmitLabelDiff() function 208 EmitLabelDiff(Asm->OutStreamer, SymbolsBegin, SymbolsEnd); in emitDebugInfoForFunction() 213 EmitLabelDiff(Asm->OutStreamer, ProcSegmentBegin, ProcSegmentEnd, 2); in emitDebugInfoForFunction() 222 EmitLabelDiff(Asm->OutStreamer, Fn, FI.End); in emitDebugInfoForFunction() 261 EmitLabelDiff(Asm->OutStreamer, LineTableBegin, LineTableEnd); in emitDebugInfoForFunction() 271 EmitLabelDiff(Asm->OutStreamer, Fn, FI.End); in emitDebugInfoForFunction() 302 EmitLabelDiff(Asm->OutStreamer, FileSegmentBegin, FileSegmentEnd); in emitDebugInfoForFunction() 306 EmitLabelDiff(Asm->OutStreamer, Fn, Instr); in emitDebugInfoForFunction()
|