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

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

Completed in 58 milliseconds