Searched refs:VASprintf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | VASPrintf.h | 17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 138 lldb_private::VASprintf(Content, format, args); in VAPrintf() 155 VASprintf(Content, format, args); in VAError() 176 VASprintf(Content, format, args); in Warning()
|
| H A D | VASprintf.cpp | 19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
|
| H A D | Stream.cpp | 118 VASprintf(buf, format, args); in PrintfVarArg() 199 VASprintf(buf, format, args); in PrintfAsRawHex8()
|
| H A D | Status.cpp | 277 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 683 SRCS+= Utility/VASprintf.cpp
|