Searched refs:LSDASection (Results 1 – 8 of 8) sorted by relevance
200 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()424 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()581 LSDASection = nullptr; in initCOFFMCObjectFileInfo()583 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()913 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table", in initWasmMCObjectFileInfo()965 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
41 LSDASection = nullptr; in Initialize()
417 MCSection *LSDASection = Asm->getObjFileLowering().getSectionForLSDA( in emitExceptionTable() local459 if (LSDASection) in emitExceptionTable()460 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
72 MCSection *LSDASection = nullptr; variable271 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
136 return LSDASection; in getSectionForLSDA()
526 ErrorOr<BinarySection &> LSDASection{std::errc::bad_address};
942 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()943 return LSDASection; in getSectionForLSDA()945 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()2570 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA()
1554 return ArrayRef<uint8_t>(LSDASection->getData(), in getLSDAData()1555 LSDASection->getContents().size()); in getLSDAData()1558 uint64_t RewriteInstance::getLSDAAddress() { return LSDASection->getAddress(); } in getLSDAAddress()1596 LSDASection = BC->getUniqueSectionByName(".gcc_except_table"); in readSpecialSections()