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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 180 static const char *getErrorString(ErrorCode E) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 564 StringRef getErrorString() { return ErrorStr; }
RuntimeDyld.cpp 1383 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); }
1437 make_error<StringError>(RTDyld.getErrorString(),
  /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 19 milliseconds