Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h84 MCSection *DwarfFrameSection = nullptr; variable
267 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp238 DwarfFrameSection = in initMachOMCObjectFileInfo()
418 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
592 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
820 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
938 DwarfFrameSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()