Searched refs:EmitLabelDiff (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCodeViewLineTables.cpp | 168 static void EmitLabelDiff(MCStreamer &Streamer, in EmitLabelDiff() function 207 EmitLabelDiff(*Asm->OutStreamer, SymbolsBegin, SymbolsEnd); in emitDebugInfoForFunction() 212 EmitLabelDiff(*Asm->OutStreamer, ProcSegmentBegin, ProcSegmentEnd, 2); in emitDebugInfoForFunction() 221 EmitLabelDiff(*Asm->OutStreamer, Fn, FI.End); in emitDebugInfoForFunction() 260 EmitLabelDiff(*Asm->OutStreamer, LineTableBegin, LineTableEnd); in emitDebugInfoForFunction() 270 EmitLabelDiff(*Asm->OutStreamer, Fn, FI.End); in emitDebugInfoForFunction() 317 EmitLabelDiff(*Asm->OutStreamer, FileSegmentBegin, FileSegmentEnd); in emitDebugInfoForFunction() 322 EmitLabelDiff(*Asm->OutStreamer, Fn, Instr); in emitDebugInfoForFunction()
|