Searched refs:ExceptionArg (Results 1 – 3 of 3) sorted by relevance
64 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() argument65 return StringSwitch<Optional<fp::ExceptionBehavior>>(ExceptionArg) in convertStrToExceptionBehavior()
486 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in IsUnwindTablesDefault() local489 if (ExceptionArg && in IsUnwindTablesDefault()490 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in IsUnwindTablesDefault()
448 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local451 if (ExceptionArg) in addExceptionArgs()453 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()454 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()