Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h93 MCSection *DwarfPubNamesSection = nullptr; variable
277 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp253 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
446 DwarfPubNamesSection = in initELFMCObjectFileInfo()
630 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
859 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
995 DwarfPubNamesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()