Searched refs:PrintfVarArg (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp46 sstrm.PrintfVarArg(format, args);
63 sstrm.PrintfVarArg(format, args);
75 sstrm.PrintfVarArg(format, args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp65 size_t result = ss.PrintfVarArg(format, args);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h302 virtual size_t PrintfVarArg(const char *format, va_list args);
407 size_t PrintfVarArg(const char *format, va_list args) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp208 size_t result = PrintfVarArg(format, args);
213 size_t File::PrintfVarArg(const char *format, va_list args) { function in class:File
725 size_t NativeFile::PrintfVarArg(const char *format, va_list args) { function in class:NativeFile
729 return File::PrintfVarArg(format, args);
H A DXML.cpp40 document->m_errors.PrintfVarArg(format, args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp68 ref().PrintfVarArg(format, args);
H A DSBCommandReturnObject.cpp345 size_t result = ref().GetOutputStream().PrintfVarArg(format, args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp109 size_t result = PrintfVarArg(format, args);
115 size_t Stream::PrintfVarArg(const char *format, va_list args) { function in class:Stream
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h308 size_t PrintfVarArg(const char *format, va_list args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1094 strm.PrintfVarArg(format, args);
1126 strm.PrintfVarArg(format, args);
1152 strm.PrintfVarArg(format, args);
1172 log_message.PrintfVarArg(format, args);
1185 log_message.PrintfVarArg(format, args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp537 s.PrintfVarArg(format, args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5686 stream_sp->PrintfVarArg(fmt, args);

Completed in 228 milliseconds