Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h92 MCSection *DwarfARangesSection = nullptr; variable
298 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp291 DwarfARangesSection = in initMachOMCObjectFileInfo()
470 DwarfARangesSection = in initELFMCObjectFileInfo()
709 DwarfARangesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
856 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1028 DwarfARangesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()