Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp76 Section == FI->getDwarfLineDWOSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h321 MCSection *getDwarfLineDWOSection() const { return DwarfLineDWOSection; } in getDwarfLineDWOSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp640 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3388 Asm->getObjFileLowering().getDwarfLineDWOSection()); in emitDebugLineDWO()