Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h100 StringRef errorHandlingScript; variable
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp1117 errorHandler().errorHandlingScript = in readConfigs()