Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectFileInfo.cpp250 DwarfInfoSection = in initMachOMCObjectFileInfo()
451 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo()
617 DwarfInfoSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
821 DwarfInfoSection = in initWasmMCObjectFileInfo()
953 DwarfInfoSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectFileInfo.h79 MCSection *DwarfInfoSection = nullptr; variable
274 MCSection *getDwarfInfoSection() const { return DwarfInfoSection; } in getDwarfInfoSection()