Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h120 void AppendNote(llvm::StringRef in_string);
144 AppendNote(llvm::formatv(format, std::forward<Args>(args)...).str()); in AppendNoteWithFormatv()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp126 result.AppendNote( in DoExecute()
H A DCommandObjectSource.cpp1076 result.AppendNote("No source available"); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp113 void CommandReturnObject::AppendNote(llvm::StringRef in_string) { in AppendNote() function in CommandReturnObject