Searched refs:VASprintf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 154 lldb_private::VASprintf(Content, format, args); in VAPrintf() 169 lldb_private::VASprintf(Content, format, args); in VAFormatf() 183 VASprintf(Content, format, args); in VAError() 204 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 | 145 VASprintf(buf, format, args); in PrintfVarArg() 226 VASprintf(buf, format, args); in PrintfAsRawHex8()
|
| H A D | Status.cpp | 268 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | File.cpp | 221 if (VASprintf(s, format, args)) { in PrintfVarArg()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 2370 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsg() 2387 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 727 SRCS+= Utility/VASprintf.cpp
|