Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h98 MCSection *DwarfPubNamesSection = nullptr; variable
285 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp263 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
458 DwarfPubNamesSection = in initELFMCObjectFileInfo()
677 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
868 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1010 DwarfPubNamesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()