Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp291 if (errorHandlingScript.empty()) { in error()
296 scriptArgs.push_back(errorHandlingScript); in error()
306 int res = llvm::sys::ExecuteAndWait(errorHandlingScript, scriptArgs); in error()
320 error("error handling script '" + errorHandlingScript + in error()
324 error("error handling script '" + errorHandlingScript + in error()
328 error("error handling script '" + errorHandlingScript + in error()
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h100 StringRef errorHandlingScript; variable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1290 errorHandler().errorHandlingScript = in readConfigs()