Searched refs:ExceptionArg (Results 1 – 3 of 3) sorted by relevance
65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() argument66 return StringSwitch<std::optional<fp::ExceptionBehavior>>(ExceptionArg) in convertStrToExceptionBehavior()
574 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in getDefaultUnwindTableLevel() local577 if (ExceptionArg && in getDefaultUnwindTableLevel()578 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in getDefaultUnwindTableLevel()
370 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local373 if (ExceptionArg) in addExceptionArgs()375 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()376 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()