Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h228 const MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/trueos/contrib/llvm/lib/MC/
HDMCDwarf.cpp205 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
218 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp2032 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in emitSectionLabels()