Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h90 MCSection *DwarfARangesSection = nullptr; variable
294 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp285 DwarfARangesSection = in initMachOMCObjectFileInfo()
459 DwarfARangesSection = in initELFMCObjectFileInfo()
671 DwarfARangesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
848 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1010 DwarfARangesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()