Home
last modified time | relevance | path

Searched refs:getDwarfLineDWOSection (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp77 Section == FI->getDwarfLineDWOSection() || in isDwarfSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h317 MCSection *getDwarfLineDWOSection() const { return DwarfLineDWOSection; } in getDwarfLineDWOSection() function
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp565 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3356 Asm->getObjFileLowering().getDwarfLineDWOSection()); in emitDebugLineDWO()