Home
last modified time | relevance | path

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

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