Searched refs:VASprintf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | VASPrintf.h | 18 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Log.cpp | 134 lldb_private::VASprintf(Content, format, args); in VAPrintf() 153 VASprintf(Content, format, args); in VAError() 178 VASprintf(Content, format, args); in Warning()
|
| H A D | VASprintf.cpp | 20 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
|
| H A D | Stream.cpp | 138 VASprintf(buf, format, args); in PrintfVarArg() 314 VASprintf(buf, format, args); in PrintfAsRawHex8()
|
| H A D | Status.cpp | 301 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 619 SRCS+= Utility/VASprintf.cpp
|