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