Home
last modified time | relevance | path

Searched refs:ExceptionArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DFPEnv.cpp64 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() argument
65 return StringSwitch<Optional<fp::ExceptionBehavior>>(ExceptionArg) in convertStrToExceptionBehavior()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMinGW.cpp486 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in IsUnwindTablesDefault() local
489 if (ExceptionArg && in IsUnwindTablesDefault()
490 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in IsUnwindTablesDefault()
H A DClang.cpp448 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
451 if (ExceptionArg) in addExceptionArgs()
453 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
454 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()