Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h89 MCSection *DwarfARangesSection = nullptr; variable
280 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp268 DwarfARangesSection = in initMachOMCObjectFileInfo()
430 DwarfARangesSection = in initELFMCObjectFileInfo()
631 DwarfARangesSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
803 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
952 DwarfARangesSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()