HomeSort by: relevance | last modified time | path
    Searched defs:ErrorStr (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-as/
llvm-as.cpp 145 std::string ErrorStr;
146 raw_string_ostream OS(ErrorStr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 140 std::unique_ptr<Module> M, std::string *ErrorStr,
146 std::string *ErrorStr);
539 std::string *ErrorStr;
585 ErrorStr = e;
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp 31 std::string ErrorStr;
37 TargetRegistry::lookupTarget(TripleName, TheTriple, ErrorStr);
39 return error(ErrorStr, Context), false;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 318 std::string ErrorStr;
564 StringRef getErrorString() { return ErrorStr; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 737 std::string ErrorStr;
739 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
741 ErrorAndExit("Error accessing target '" + TripleName + "': " + ErrorStr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 1230 std::string ErrorStr;
1231 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, ErrorStr);
1234 "': " + ErrorStr,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2350 std::string ErrorStr = "could not find file '";
2351 ErrorStr += Filename;
2352 ErrorStr += "' referenced by AST file '";
2353 ErrorStr += F.FileName;
2354 ErrorStr += "'";
2355 Error(ErrorStr);
2400 std::string ErrorStr = "could not get buffer for file '";
2401 ErrorStr += File->getName();
2402 ErrorStr += "'";
2403 Error(ErrorStr);
    [all...]

Completed in 72 milliseconds