Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h84 MCSection *DwarfFrameSection = nullptr; variable
266 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp237 DwarfFrameSection = in initMachOMCObjectFileInfo()
417 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
586 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
814 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
932 DwarfFrameSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()