Home
last modified time | relevance | path

Searched refs:VASprintf (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DVASPrintf.h17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/llvm-project/lldb/source/Utility/
H A DLog.cpp165 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 DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
H A DCMakeLists.txt79 VASprintf.cpp
H A DStream.cpp145 VASprintf(buf, format, args); in PrintfVarArg()
226 VASprintf(buf, format, args); in PrintfAsRawHex8()
H A DStatus.cpp112 VASprintf(buf, format, args); in RetrieveWin32ErrorString()
/llvm-project/lldb/unittests/Utility/
H A DVASprintfTest.cpp28 bool Result = VASprintf(Buffer, Fmt, args); in Sprintf()
/llvm-project/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn62 "VASprintf.cpp",
/llvm-project/lldb/source/Host/common/
H A DFile.cpp221 if (VASprintf(s, format, args)) { in PrintfVarArg()
/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp2390 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose()
2407 if (VASprintf(logmsg, fmt, args)) {