Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp274 DwarfStrSection = in initMachOMCObjectFileInfo()
465 DwarfStrSection = in initELFMCObjectFileInfo()
649 DwarfStrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
806 DwarfStrSection = Ctx->getWasmSection( in initWasmMCObjectFileInfo()
976 DwarfStrSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h85 MCSection *DwarfStrSection = nullptr; variable
292 MCSection *getDwarfStrSection() const { return DwarfStrSection; } in getDwarfStrSection()