Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h36 struct HostInfoError : public llvm::ErrorInfo<HostInfoError> { struct
40 HostInfoError(const std::string message) : message_(std::move(message)) {} in HostInfoError() argument
42 void log(llvm::raw_ostream &OS) const override { OS << "HostInfoError"; } in log() argument
49 char HostInfoError::ID = 0; argument