Searched refs:LSDASection (Results 1 – 6 of 6) sorted by relevance
41 LSDASection = nullptr; in Initialize()
196 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()
69 MCSection *LSDASection = nullptr; variable267 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
429 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local471 if (LSDASection) in emitExceptionTable()472 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
136 return LSDASection; in getSectionForLSDA()
976 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()