Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp64 Section == FI->getDwarfTypesDWOSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h318 MCSection *getDwarfTypesDWOSection() const { return DwarfTypesDWOSection; } in getDwarfTypesDWOSection() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp546 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write()
552 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_EXT_TYPES}}, in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1140 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_EXT_TYPES}}, in createKnownSectionsMap()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3402 ? Asm->getObjFileLowering().getDwarfTypesDWOSection() in addDwarfTypeUnitType()