Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp206 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()
435 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
626 LSDASection = nullptr; in initCOFFMCObjectFileInfo()
628 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()
921 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()
979 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h70 MCSection *LSDASection = nullptr; variable
274 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp47 LSDASection = nullptr; in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp427 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local
469 if (LSDASection) in emitExceptionTable()
470 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h156 return LSDASection; in getSectionForLSDA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp996 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
997 return LSDASection; in getSectionForLSDA()
999 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()
2744 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA()