Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DVASPrintf.h18 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp134 lldb_private::VASprintf(Content, format, args); in VAPrintf()
153 VASprintf(Content, format, args); in VAError()
178 VASprintf(Content, format, args); in Warning()
H A DVASprintf.cpp20 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
H A DStream.cpp138 VASprintf(buf, format, args); in PrintfVarArg()
314 VASprintf(buf, format, args); in PrintfAsRawHex8()
H A DStatus.cpp301 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile619 SRCS+= Utility/VASprintf.cpp