Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp299 DwarfMacinfoSection = in initMachOMCObjectFileInfo()
473 DwarfMacinfoSection = in initELFMCObjectFileInfo()
677 DwarfMacinfoSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
815 DwarfMacinfoSection = in initWasmMCObjectFileInfo()
994 DwarfMacinfoSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h89 MCSection *DwarfMacinfoSection = nullptr; variable
298 MCSection *getDwarfMacinfoSection() const { return DwarfMacinfoSection; } in getDwarfMacinfoSection()