Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h85 MCSection *DwarfPubTypesSection = nullptr; variable
269 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; } in getDwarfPubTypesSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp244 DwarfPubTypesSection = in initMachOMCObjectFileInfo()
421 DwarfPubTypesSection = in initELFMCObjectFileInfo()
602 DwarfPubTypesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
822 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
946 DwarfPubTypesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()