Searched refs:VASprintf (Results 1 – 9 of 9) sorted by relevance
| /freebsd/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/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 165 lldb_private::VASprintf(Content, format, args); in VAPrintf() 180 lldb_private::VASprintf(Content, format, args); in VAFormatf() 194 VASprintf(Content, format, args); in VAError() 215 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 operator <<() 226 VASprintf(buf, format, args); in _PutHex8()
|
| H A D | Status.cpp | 112 VASprintf(buf, format, args); in FromErrorStringWithFormat()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 164 VASprintf(buf, format, args); in SetErrorStringWithFormat()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | File.cpp | 221 if (VASprintf(s, format, args)) { in PrintfVarArg()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 2372 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsg() 2389 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 766 SRCS+= Utility/VASprintf.cpp
|