Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp265 DwarfPubTypesSection = in initMachOMCObjectFileInfo()
459 DwarfPubTypesSection = in initELFMCObjectFileInfo()
637 DwarfPubTypesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
825 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
971 DwarfPubTypesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h83 MCSection *DwarfPubTypesSection = nullptr; variable
282 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; } in getDwarfPubTypesSection()