Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h85 MCSection *DwarfPubTypesSection = nullptr; variable
268 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; } in getDwarfPubTypesSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp243 DwarfPubTypesSection = in initMachOMCObjectFileInfo()
420 DwarfPubTypesSection = in initELFMCObjectFileInfo()
596 DwarfPubTypesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
816 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
940 DwarfPubTypesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()