Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h125 void AppendWarning(llvm::StringRef in_string);
149 AppendWarning(llvm::formatv(format, std::forward<Args>(args)...).str()); in AppendWarningWithFormatv()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp216 void SBCommandReturnObject::AppendWarning(const char *message) { in AppendWarning() function in SBCommandReturnObject
219 ref().AppendWarning(message); in AppendWarning()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h90 void AppendWarning(const char *message);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp155 result.AppendWarning( in DoExecute()
H A DCommandObjectDisassemble.cpp403 result.AppendWarning(toString(std::move(range_errs))); in GetNameRanges()
H A DCommandObjectThread.cpp585 result.AppendWarning( in DoExecute()
1543 result.AppendWarning("Return values ignored when returning from user " in DoExecute()
1745 result.AppendWarning(warnings.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp896 result.AppendWarning("The provided class does not exist - please define it " in DoExecute()
H A DCommandObjectType.cpp1850 result.AppendWarning("empty category enabled (typo?)"); in DoExecute()
2186 result.AppendWarning("The provided class does not exist - please define it " in Execute_PythonClass()
H A DCommandObjectMemory.cpp362 result.AppendWarning("Expressions should be quoted if they contain " in DoExecute()
H A DCommandObjectProcess.cpp262 result.AppendWarning("Could not get executable module after launch."); in DoExecute()
H A DCommandObjectBreakpoint.cpp680 result.AppendWarning( in DoExecute()
H A DCommandObjectCommands.cpp405 result.AppendWarning("if trying to pass options to 'command alias' add " in DoExecute()
H A DCommandObjectTarget.cpp4406 result.AppendWarning(feedback_stream.GetData()); in AddModuleSymbols()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp119 void CommandReturnObject::AppendWarning(llvm::StringRef in_string) { in AppendWarning() function in CommandReturnObject
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp769 result.AppendWarning(stream.GetString()); in AppendStrictSourcesWarning()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15533 (arg1)->AppendWarning((char const *)arg2); in _wrap_SBCommandReturnObject_AppendWarning()