Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp76 Section == FI->getDwarfStrOffDWOSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h323 MCSection *getDwarfStrOffDWOSection() const { return DwarfStrOffDWOSection; } in getDwarfStrOffDWOSection() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp545 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1142 {MCOFI.getDwarfStrOffDWOSection(), DW_SECT_STR_OFFSETS}}, in createKnownSectionsMap()
1363 MCSection *const StrOffsetSection = MCOFI.getDwarfStrOffDWOSection(); in writeDWP()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3326 *Asm, Asm->getObjFileLowering().getDwarfStrOffDWOSection(), in emitStringOffsetsTableHeaderDWO()
3337 MCSection *OffSec = Asm->getObjFileLowering().getDwarfStrOffDWOSection(); in emitDebugStrDWO()