Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h82 MCSection *DwarfFrameSection = nullptr; variable
276 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp250 DwarfFrameSection = in initMachOMCObjectFileInfo()
445 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
625 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
858 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
990 DwarfFrameSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()