Searched refs:LSDASection (Results 1 – 10 of 10) sorted by relevance
31 LSDASection = nullptr; in NVPTXTargetObjectFile()60 LSDASection = in Initialize()
4551 delete static_cast<NVPTXSection *>(LSDASection); in ~NVPTXTargetObjectFile()
78 const MCSection *LSDASection; variable186 const MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
39 LSDASection = NULL; in Initialize()
36 LSDASection = nullptr; in Initialize()
76 MCSection *LSDASection; variable227 MCSection *getLSDASection() const { return LSDASection; } in getLSDASection()
391 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable() local436 if (LSDASection) in emitExceptionTable()437 Asm->OutStreamer->SwitchSection(LSDASection); in emitExceptionTable()
145 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in InitMachOMCObjectFileInfo()332 LSDASection = in InitELFMCObjectFileInfo()410 LSDASection = in InitCOFFMCObjectFileInfo()
410 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in EmitExceptionTable() local455 if (LSDASection) in EmitExceptionTable()456 Asm->OutStreamer.SwitchSection(LSDASection); in EmitExceptionTable()
195 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0, in initMachOMCObjectFileInfo()513 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()650 LSDASection = nullptr; in initCOFFMCObjectFileInfo()652 LSDASection = Ctx->getCOFFSection(".gcc_except_table", in initCOFFMCObjectFileInfo()