Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h82 MCSection *DwarfFrameSection = nullptr; variable
279 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp259 DwarfFrameSection = in initMachOMCObjectFileInfo()
454 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
641 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
874 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
1012 DwarfFrameSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()