Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp58 Section == FI->getDwarfLineSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp193 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection()) in emitSectionContents()
513 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
654 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp118 TheStreamer->switchSection(C.MOFI->getDwarfLineSection()); in emitDebugLineSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h278 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp408 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol(); in initStmtList()
420 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
426 TLOF.getDwarfLineSection()->getBeginSymbol()); in applyStmtList()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp543 MS->switchSection(TLOF->getDwarfLineSection()); in generate()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp563 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
H A DMCDwarf.cpp272 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
H A DMCAsmStreamer.cpp2390 switchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in finishImpl()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp196 static_cast<MCSectionELF *>(BC.MOFI->getDwarfLineSection()); in emitAll()
H A DDebugData.cpp1601 Streamer.switchSection(BC.MOFI->getDwarfLineSection()); in emit()