Home
last modified time | relevance | path

Searched refs:DwarfPubTypesSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h86 MCSection *DwarfPubTypesSection = nullptr; variable
282 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; } in getDwarfPubTypesSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp260 DwarfPubTypesSection = in initMachOMCObjectFileInfo()
449 DwarfPubTypesSection = in initELFMCObjectFileInfo()
636 DwarfPubTypesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
861 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
998 DwarfPubTypesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()