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.h88 MCSection *DwarfPubTypesSection = nullptr; variable
286 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; } in getDwarfPubTypesSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp266 DwarfPubTypesSection = in initMachOMCObjectFileInfo()
460 DwarfPubTypesSection = in initELFMCObjectFileInfo()
681 DwarfPubTypesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
869 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1015 DwarfPubTypesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()