Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h85 MCSection *DwarfFrameSection = nullptr; variable
280 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp254 DwarfFrameSection = in initMachOMCObjectFileInfo()
446 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
626 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
859 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
990 DwarfFrameSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()