Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp133 StringRef ExceptionArg = cast<MDString>(MD)->getString(); in getExceptionBehavior() local
134 return StringSwitch<ExceptionBehavior>(ExceptionArg) in getExceptionBehavior()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMinGW.cpp432 Arg *ExceptionArg = Args.getLastArg(options::OPT_fsjlj_exceptions, in IsUnwindTablesDefault() local
435 if (ExceptionArg && in IsUnwindTablesDefault()
436 ExceptionArg->getOption().matches(options::OPT_fseh_exceptions)) in IsUnwindTablesDefault()
H A DClang.cpp451 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
454 if (ExceptionArg) in addExceptionArgs()
456 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) || in addExceptionArgs()
457 ExceptionArg->getOption().matches(options::OPT_fexceptions); in addExceptionArgs()