Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVASPrintf.h17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp138 lldb_private::VASprintf(Content, format, args); in VAPrintf()
155 VASprintf(Content, format, args); in VAError()
176 VASprintf(Content, format, args); in Warning()
H A DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
H A DStream.cpp118 VASprintf(buf, format, args); in PrintfVarArg()
199 VASprintf(buf, format, args); in PrintfAsRawHex8()
H A DStatus.cpp277 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile683 SRCS+= Utility/VASprintf.cpp