Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp65 convertStrToExceptionBehavior(StringRef ExceptionArg) { in convertStrToExceptionBehavior() argument
66 return StringSwitch<std::optional<fp::ExceptionBehavior>>(ExceptionArg) in convertStrToExceptionBehavior()
/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp585 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in getDefaultUnwindTableLevel()
588 if (ExceptionArg && in getDefaultUnwindTableLevel()
589 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions))
577 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, getDefaultUnwindTableLevel() local
H A DClang.cpp367 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs()
370 if (ExceptionArg) in addExceptionArgs()
372 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
373 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()
375 Arg *ExceptionArg = Args.getLastArg( addExceptionArgs() local