Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h231 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/llvm/lib/MC/
DMCDwarf.cpp172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
DMCAsmStreamer.cpp1398 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp260 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp887 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()