Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp71 Section == FI->getDwarfStrDWOSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h320 MCSection *getDwarfStrDWOSection() const { return DwarfStrDWOSection; } in getDwarfStrDWOSection() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp544 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1143 {"debug_str.dwo", {MCOFI.getDwarfStrDWOSection(), DW_SECT_EXT_unknown}}, in createKnownSectionsMap()
1362 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in writeDWP()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3338 InfoHolder.emitStrings(Asm->getObjFileLowering().getDwarfStrDWOSection(), in emitDebugStrDWO()