Searched refs:LSDASection (Results 1 – 4 of 4) sorted by relevance
182 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()389 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()528 LSDASection = nullptr; in initCOFFMCObjectFileInfo()530 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()776 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()
386 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable() local427 if (LSDASection) in emitExceptionTable()428 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
71 MCSection *LSDASection = nullptr; variable247 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
41 LSDASection = nullptr; in Initialize()