Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp290 DwarfARangesSection = in initMachOMCObjectFileInfo()
469 DwarfARangesSection = in initELFMCObjectFileInfo()
665 DwarfARangesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
812 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
984 DwarfARangesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h87 MCSection *DwarfARangesSection = nullptr; variable
294 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection()