Searched refs:SectionEnd (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h494 void emitEndOfLineMatrix(unsigned SectionEnd);
H A DDwarfDebug.cpp1952 void DwarfDebug::emitEndOfLineMatrix(unsigned SectionEnd) { argument
1964 Asm->OutStreamer.EmitSymbolValue(Asm->GetTempSymbol("section_end",SectionEnd),
/external/llvm/lib/MC/
H A DMCDwarf.cpp204 MCSymbol *SectionEnd = context.CreateTempSymbol(); local
206 MCOS->EmitLabel(SectionEnd);
212 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,

Completed in 240 milliseconds