Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h85 MCSection *DwarfFrameSection; variable
250 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp236 DwarfFrameSection = in initMachOMCObjectFileInfo()
403 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
560 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
746 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()