Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DVASPrintf.h17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/llvm-project-15.0.7/lldb/source/Utility/
H A DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
H A DLog.cpp153 lldb_private::VASprintf(Content, format, args); in VAPrintf()
170 VASprintf(Content, format, args); in VAError()
191 VASprintf(Content, format, args); in Warning()
H A DCMakeLists.txt74 VASprintf.cpp
H A DStream.cpp118 VASprintf(buf, format, args); in PrintfVarArg()
199 VASprintf(buf, format, args); in PrintfAsRawHex8()
H A DStatus.cpp276 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DVASprintfTest.cpp28 bool Result = VASprintf(Buffer, Fmt, args); in Sprintf()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn56 "VASprintf.cpp",
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp219 if (VASprintf(s, format, args)) { in PrintfVarArg()
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp2340 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 Dclang-formatted-files.txt4704 lldb/source/Utility/VASprintf.cpp