Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp247 DwarfAbbrevSection = in initMachOMCObjectFileInfo()
449 DwarfAbbrevSection = in initELFMCObjectFileInfo()
613 DwarfAbbrevSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
810 DwarfAbbrevSection = in initWasmMCObjectFileInfo()
948 DwarfAbbrevSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h78 MCSection *DwarfAbbrevSection = nullptr; variable
273 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } in getDwarfAbbrevSection()