Searched refs:VASprintf (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | VASPrintf.h | 17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| 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 | Log.cpp | 153 lldb_private::VASprintf(Content, format, args); in VAPrintf() 170 VASprintf(Content, format, args); in VAError() 191 VASprintf(Content, format, args); in Warning()
|
| H A D | CMakeLists.txt | 74 VASprintf.cpp
|
| H A D | Stream.cpp | 118 VASprintf(buf, format, args); in PrintfVarArg() 199 VASprintf(buf, format, args); in PrintfAsRawHex8()
|
| H A D | Status.cpp | 276 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | VASprintfTest.cpp | 28 bool Result = VASprintf(Buffer, Fmt, args); in Sprintf()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Utility/ |
| H A D | BUILD.gn | 56 "VASprintf.cpp",
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 219 if (VASprintf(s, format, args)) { in PrintfVarArg()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 2340 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsg() 2357 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4704 lldb/source/Utility/VASprintf.cpp
|