Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp392 static void ErrorAndExit(const Twine &Msg) { in ErrorAndExit() function
428 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in printLineInfoForInput()
438 ErrorAndExit("unable to create object file: '" + Buf + "'"); in printLineInfoForInput()
452 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
565 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in executeInput()
574 ErrorAndExit("unable to create object file: '" + Buf + "'"); in executeInput()
582 ErrorAndExit(Dyld.getErrorString()); in executeInput()
597 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()
609 ErrorAndExit("unable to mark function executable: '" + EC.message() + in executeInput()
638 ErrorAndExit("unable to read input '" + CheckerFileName + "': " + in checkAllExpressions()
[all …]