Home
last modified time | relevance | path

Searched refs:RetrieveWin32ErrorString (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp144 static std::string RetrieveWin32ErrorString(uint32_t error_code) { in RetrieveWin32ErrorString() function
179 return RetrieveWin32ErrorString(convertToErrorCode().value()); in message()