Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp290 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()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h100 StringRef errorHandlingScript; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1416 ctx.e.errorHandlingScript = args.getLastArgValue(OPT_error_handling_script); in readConfigs()