Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp74 Section == FI->getDwarfLineDWOSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h321 MCSection *getDwarfLineDWOSection() const { return DwarfLineDWOSection; } in getDwarfLineDWOSection() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp556 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1146 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in createKnownSectionsMap()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3320 Asm->getObjFileLowering().getDwarfLineDWOSection()); in emitDebugLineDWO()