Home
last modified time | relevance | path

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

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