Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h95 MCSection *DwarfPubNamesSection = nullptr; variable
268 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp241 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
419 DwarfPubNamesSection = in initELFMCObjectFileInfo()
597 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
821 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
942 DwarfPubNamesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()