Home
last modified time | relevance | path

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

/external/llvm-project/lld/Common/
DErrorHandler.cpp239 if (errorHandlingScript.empty()) { in error()
244 scriptArgs.push_back(errorHandlingScript); in error()
254 int res = llvm::sys::ExecuteAndWait(errorHandlingScript, scriptArgs); in error()
268 error("error handling script '" + errorHandlingScript + in error()
272 error("error handling script '" + errorHandlingScript + in error()
276 error("error handling script '" + errorHandlingScript + in error()
/external/llvm-project/lld/include/lld/Common/
DErrorHandler.h99 StringRef errorHandlingScript; variable
/external/llvm-project/lld/ELF/
DDriver.cpp965 errorHandler().errorHandlingScript = in readConfigs()