Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h226 const MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/external/llvm/lib/MC/
DMCDwarf.cpp190 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
211 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
DMCAsmStreamer.cpp1310 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp253 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()