Searched refs:LSDASection (Results 1 – 6 of 6) sorted by relevance
184 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()396 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()547 LSDASection = nullptr; in initCOFFMCObjectFileInfo()549 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()874 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()913 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
41 LSDASection = nullptr; in Initialize()
71 MCSection *LSDASection = nullptr; variable258 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
420 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local462 if (LSDASection) in emitExceptionTable()463 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
134 return LSDASection; in getSectionForLSDA()
928 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()929 return LSDASection; in getSectionForLSDA()931 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()