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

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

Completed in 95 milliseconds