Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h89 MCSection *DwarfARangesSection = nullptr; variable
281 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp269 DwarfARangesSection = in initMachOMCObjectFileInfo()
431 DwarfARangesSection = in initELFMCObjectFileInfo()
637 DwarfARangesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
809 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
958 DwarfARangesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()