Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h95 MCSection *DwarfPubNamesSection; variable
251 MCSection *getDwarfPubNamesSection() const { return DwarfPubNamesSection; } in getDwarfPubNamesSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp239 DwarfPubNamesSection = in initMachOMCObjectFileInfo()
404 DwarfPubNamesSection = in initELFMCObjectFileInfo()
565 DwarfPubNamesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
747 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()