Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h83 MCSection *DwarfPubTypesSection = nullptr; variable
281 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; } in getDwarfPubTypesSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp265 DwarfPubTypesSection = in initMachOMCObjectFileInfo()
457 DwarfPubTypesSection = in initELFMCObjectFileInfo()
651 DwarfPubTypesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
876 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1022 DwarfPubTypesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()