Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h114 void AppendRawError(llvm::StringRef in_string);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp124 void CommandReturnObject::AppendRawError(llvm::StringRef in_string) { in AppendRawError() function in CommandReturnObject
H A DCommandInterpreter.cpp3496 result.AppendRawError(error_msg.GetString()); in ResolveCommandImpl()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp216 result.AppendRawError(error_msg.c_str()); in Execute()