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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 180 static const char *getErrorString(ErrorCode E) {
xray_profiling.cc 416 BufferQueue::getErrorString(InitStatus));
xray_fdr_logging.cc 701 TLD.Buffer.Data, BufferQueue::getErrorString(EC));
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 121 report_fatal_error(Dyld.getErrorString());
228 report_fatal_error(Dyld.getErrorString());
246 ErrMsg = Dyld.getErrorString().str();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 239 StringRef getErrorString();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 403 ErrorAndExit(Dyld.getErrorString());
532 ErrorAndExit(Dyld.getErrorString());
938 ErrorAndExit(Dyld.getErrorString());
956 Dyld.getErrorString());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 1383 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); }
1437 make_error<StringError>(RTDyld.getErrorString(),
RuntimeDyldImpl.h 564 StringRef getErrorString() { return ErrorStr; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CodeCoverage.cpp 184 static std::string getErrorString(const Twine &Message, StringRef Whence,
197 << getErrorString(Message, Whence, false);
203 << getErrorString(Message, Whence, true);

Completed in 28 milliseconds