Searched refs:VASprintf (Results 1 – 10 of 10) sorted by relevance
/llvm-project/lldb/include/lldb/Utility/ |
H A D | VASPrintf.h | 17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
|
/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 165 lldb_private::VASprintf(Content, format, args); in Formatf() 180 lldb_private::VASprintf(Content, format, args); in Error() 194 VASprintf(Content, format, args); in Verbose() 215 VASprintf(Content, format, args); in Register()
|
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 | CMakeLists.txt | 79 VASprintf.cpp
|
H A D | Stream.cpp | 145 VASprintf(buf, format, args); in PrintfVarArg() 226 VASprintf(buf, format, args); in PrintfAsRawHex8()
|
H A D | Status.cpp | 112 VASprintf(buf, format, args); in RetrieveWin32ErrorString()
|
/llvm-project/lldb/unittests/Utility/ |
H A D | VASprintfTest.cpp | 28 bool Result = VASprintf(Buffer, Fmt, args); in Sprintf()
|
/llvm-project/llvm/utils/gn/secondary/lldb/source/Utility/ |
H A D | BUILD.gn | 62 "VASprintf.cpp",
|
/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 221 if (VASprintf(s, format, args)) { in PrintfVarArg()
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterContextUnwind.cpp | 2390 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose() 2407 if (VASprintf(logmsg, fmt, args)) {
|