Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h95 MCSection *DwarfPubNamesSection = nullptr; variable
267 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp240 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
418 DwarfPubNamesSection = in initELFMCObjectFileInfo()
591 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
815 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
936 DwarfPubNamesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()