Home
last modified time | relevance | path

Searched refs:AppendNoteWithFormat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h122 void AppendNoteWithFormat(const char *format, ...)
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp83 void CommandReturnObject::AppendNoteWithFormat(const char *format, ...) { in AppendNoteWithFormat() function in CommandReturnObject