Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp67 Section == FI->getDwarfTypesDWOSection() || in isDwarfSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h314 MCSection *getDwarfTypesDWOSection() const { return DwarfTypesDWOSection; } in getDwarfTypesDWOSection() function
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp555 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write()
561 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_EXT_TYPES}}, in write()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3438 ? Asm->getObjFileLowering().getDwarfTypesDWOSection() in addDwarfTypeUnitType()