Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h96 MCSection *DwarfPubNamesSection = nullptr; variable
281 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp257 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
447 DwarfPubNamesSection = in initELFMCObjectFileInfo()
631 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
860 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
994 DwarfPubNamesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()