Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h114 void AppendRawError(llvm::StringRef in_string);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp121 void CommandReturnObject::AppendRawError(llvm::StringRef in_string) { in AppendRawError() function in CommandReturnObject
H A DCommandInterpreter.cpp3456 result.AppendRawError(error_msg.GetString()); in ResolveCommandImpl()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp216 result.AppendRawError(error_msg.c_str()); in Execute()