Home
last modified time | relevance | path

Searched defs:SetErrorString (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBError.h80 void SetErrorString(const char *err_str) { in SetErrorString() function
/external/llvm-project/lldb/source/API/
DSBError.cpp124 void SBError::SetErrorString(const char *err_str) { in SetErrorString() function in SBError
/external/llvm-project/lldb/source/Utility/
DStatus.cpp242 void Status::SetErrorString(llvm::StringRef err_str) { in SetErrorString() function in Status