Searched defs:SectionEnd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCDwarf.cpp200 MCSymbol *SectionEnd = context.CreateTempSymbol(); local
202 MCOS->EmitLabel(SectionEnd);
208 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2228 void DwarfDebug::emitEndOfLineMatrix(unsigned SectionEnd) { argument
2240 Asm->OutStreamer.EmitSymbolValue(Asm->GetTempSymbol("section_end",SectionEnd),

Completed in 169 milliseconds