HomeSort by: relevance | last modified time | path
    Searched refs:ErrorAndExit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
handle_llvm.cpp 76 static void ErrorAndExit(std::string message) {
102 ErrorAndExit("Could not parse IR");
111 ErrorAndExit(E);
118 ErrorAndExit("Could not create target machine");
159 ErrorAndExit("Could not parse IR");
163 ErrorAndExit("Function not found in module");
181 ErrorAndExit("Could not create execution engine");
229 ErrorAndExit("!!!BUG!!!");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 343 static void ErrorAndExit(const Twine &Msg) {
379 ErrorAndExit("unable to read input: '" + EC.message() + "'");
389 ErrorAndExit("unable to create object file: '" + Buf + "'");
403 ErrorAndExit(Dyld.getErrorString());
515 ErrorAndExit("unable to read input: '" + EC.message() + "'");
524 ErrorAndExit("unable to create object file: '" + Buf + "'");
532 ErrorAndExit(Dyld.getErrorString());
547 ErrorAndExit("no definition for '" + EntryPoint + "'");
559 ErrorAndExit("unable to mark function executable: '" + EC.message() +
588 ErrorAndExit("unable to read input '" + CheckerFileName + "': "
    [all...]

Completed in 44 milliseconds