Home
last modified time | relevance | path

Searched refs:LSDASection (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp41 LSDASection = nullptr; in Initialize()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp196 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()
423 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
580 LSDASection = nullptr; in initCOFFMCObjectFileInfo()
582 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
912 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()
964 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h69 MCSection *LSDASection = nullptr; variable
267 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp429 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local
471 if (LSDASection) in emitExceptionTable()
472 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h136 return LSDASection; in getSectionForLSDA()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp976 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
977 return LSDASection; in getSectionForLSDA()
979 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()
2628 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA()