Searched refs:SjLj (Results 1 – 9 of 9) sorted by relevance
58 ExceptionsType = ExceptionHandling::SjLj; in ARMMCAsmInfoDarwin()
32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator
332 case ExceptionHandling::SjLj: in addCommonCodeGenPasses()
365 bool usingSjLjEH = MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in NormalizeLandingPads()
404 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in EmitExceptionTable()
199 case ExceptionHandling::SjLj: in doInitialization()
140 D: SjLj exception handling support
462 HelpText<"Use SjLj style exceptions">;