Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DVASPrintf.h17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/openbsd/src/gnu/llvm/lldb/source/Utility/
DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, in VASprintf() function in lldb_private
DLog.cpp154 lldb_private::VASprintf(Content, format, args); in VAPrintf()
171 VASprintf(Content, format, args); in VAError()
192 VASprintf(Content, format, args); in Warning()
DCMakeLists.txt73 VASprintf.cpp
DStream.cpp118 VASprintf(buf, format, args); in PrintfVarArg()
199 VASprintf(buf, format, args); in PrintfAsRawHex8()
DStatus.cpp276 VASprintf(buf, format, args); in SetErrorStringWithVarArg()
/openbsd/src/gnu/usr.bin/clang/liblldbUtility/
DMakefile55 VASprintf.cpp \
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DFile.cpp220 if (VASprintf(s, format, args)) { in PrintfVarArg()
/openbsd/src/gnu/llvm/lldb/source/Target/
DRegisterContextUnwind.cpp2340 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsg()
2357 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose()
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4701 lldb/source/Utility/VASprintf.cpp