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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 84 MCSection *DwarfFrameSection = nullptr;
266 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 237 DwarfFrameSection =
417 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0);
586 DwarfFrameSection = Ctx->getCOFFSection(
814 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata());
932 DwarfFrameSection = Ctx->getXCOFFSection(

Completed in 20 milliseconds