Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp61 Section == FI->getDwarfLineSection() || in isDwarfSection()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp198 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection()) in emitSectionContents()
492 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
633 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h274 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp565 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
H A DMCDwarf.cpp272 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
H A DMCAsmStreamer.cpp2426 switchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in finishImpl()