Searched refs:LSDASection (Results 1 – 6 of 6) sorted by relevance
183 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()395 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()541 LSDASection = nullptr; in initCOFFMCObjectFileInfo()543 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()868 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()907 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
41 LSDASection = nullptr; in Initialize()
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()
71 MCSection *LSDASection = nullptr; variable
907 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()908 return LSDASection; in getSectionForLSDA()910 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()