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

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h226 const MCSection *getDwarfLineSection() const { return DwarfLineSection; } function in class:llvm::MCObjectFileInfo
/external/llvm/lib/MC/
H A DMCDwarf.cpp199 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
220 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
H A DMCAsmStreamer.cpp1319 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1655 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");

Completed in 545 milliseconds