Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp135 StringRef ExceptionArg = cast<MDString>(MD)->getString(); in getExceptionBehavior() local
136 return StringSwitch<ExceptionBehavior>(ExceptionArg) in getExceptionBehavior()
/external/clang/lib/Driver/
DTools.cpp2674 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs() local
2677 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()