Searched refs:LSDASection (Results 1 – 6 of 6) sorted by relevance
206 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()
70 MCSection *LSDASection = nullptr; variable274 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
47 LSDASection = nullptr; in Initialize()
427 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local469 if (LSDASection) in emitExceptionTable()470 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
156 return LSDASection; in getSectionForLSDA()
996 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()