Searched refs:ExceptionArg (Results 1 – 2 of 2) sorted by relevance
135 StringRef ExceptionArg = cast<MDString>(MD)->getString(); in getExceptionBehavior() local136 return StringSwitch<ExceptionBehavior>(ExceptionArg) in getExceptionBehavior()
2674 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local2677 if (ExceptionArg) in addExceptionArgs()2679 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()2680 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()2685 assert(ExceptionArg && in addExceptionArgs()2692 << RTTIArg->getAsString(Args) << ExceptionArg->getAsString(Args); in addExceptionArgs()