Searched defs:SetErrorString (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/tools/debugserver/source/ | ||
H A D | DNBError.h | 80 void SetErrorString(const char *err_str) { in SetErrorString() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBError.cpp | 132 void SBError::SetErrorString(const char *err_str) { SetErrorString() function in SBError |
/llvm-project/lldb/source/Utility/ | ||
H A D | Status.cpp | 232 void Status::SetErrorString(llvm::StringRef err_str) { SetErrorString() function in Status |