Searched refs:ExceptionArg (Results 1 – 3 of 3) sorted by relevance
60 Optional<fp::ExceptionBehavior> StrToExceptionBehavior(StringRef ExceptionArg) { in StrToExceptionBehavior() argument61 return StringSwitch<Optional<fp::ExceptionBehavior>>(ExceptionArg) in StrToExceptionBehavior()
462 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in IsUnwindTablesDefault() local465 if (ExceptionArg && in IsUnwindTablesDefault()466 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in IsUnwindTablesDefault()
452 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local455 if (ExceptionArg) in addExceptionArgs()457 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()458 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()