Searched refs:errorHandlingScript (Results 1 – 3 of 3) sorted by relevance
290 if (errorHandlingScript.empty() || disableOutput) { in error()295 scriptArgs.push_back(errorHandlingScript); in error()305 int res = llvm::sys::ExecuteAndWait(errorHandlingScript, scriptArgs); in error()319 error("error handling script '" + errorHandlingScript + in error()323 error("error handling script '" + errorHandlingScript + in error()327 error("error handling script '" + errorHandlingScript + in error()
100 StringRef errorHandlingScript; variable
1416 ctx.e.errorHandlingScript = args.getLastArgValue(OPT_error_handling_script); in readConfigs()