Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h93 MCSection *DwarfPubNamesSection = nullptr; variable
280 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp262 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
455 DwarfPubNamesSection = in initELFMCObjectFileInfo()
646 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
875 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1017 DwarfPubNamesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()