Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DVASPrintf.h17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/openbsd-src/gnu/llvm/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.cpp154 lldb_private::VASprintf(Content, format, args); in VAPrintf()
171 VASprintf(Content, format, args); in VAError()
192 VASprintf(Content, format, args); in Warning()
H A DCMakeLists.txt73 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()
/openbsd-src/gnu/usr.bin/clang/liblldbUtility/
H A DMakefile55 VASprintf.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn56 "VASprintf.cpp",
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp220 if (VASprintf(s, format, args)) { in PrintfVarArg()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp2340 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsg()
2357 if (VASprintf(logmsg, fmt, args)) { in UnwindLogMsgVerbose()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4701 lldb/source/Utility/VASprintf.cpp