HomeSort by: relevance | last modified time | path
    Searched refs:DwarfARangesSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 89 MCSection *DwarfARangesSection = nullptr;
280 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 268 DwarfARangesSection =
430 DwarfARangesSection =
631 DwarfARangesSection = Ctx->getCOFFSection(
803 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata());
952 DwarfARangesSection = Ctx->getXCOFFSection(

Completed in 70 milliseconds