Searched refs:ExceptionArg (Results 1 – 3 of 3) sorted by relevance
133 StringRef ExceptionArg = cast<MDString>(MD)->getString(); in getExceptionBehavior() local134 return StringSwitch<ExceptionBehavior>(ExceptionArg) in getExceptionBehavior()
432 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in IsUnwindTablesDefault() local435 if (ExceptionArg && in IsUnwindTablesDefault()436 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in IsUnwindTablesDefault()
451 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local454 if (ExceptionArg) in addExceptionArgs()456 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()457 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()