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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp56 sstrm.PrintfVarArg(format, args);
72 sstrm.PrintfVarArg(format, args);
84 sstrm.PrintfVarArg(format, args);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp65 size_t result = ss.PrintfVarArg(format, args);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h302 virtual size_t PrintfVarArg(const char *format, va_list args);
408 size_t PrintfVarArg(const char *format, va_list args) override;
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp110 size_t result = PrintfVarArg(format, args);
116 size_t Stream::PrintfVarArg(const char *format, va_list args) { function in class:Stream
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h307 size_t PrintfVarArg(const char *format, va_list args);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp74 ref().PrintfVarArg(format, args);
H A DSBCommandReturnObject.cpp345 size_t result = ref().GetOutputStream().PrintfVarArg(format, args);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1113 strm.PrintfVarArg(format, args);
1149 strm.PrintfVarArg(format, args);
1175 strm.PrintfVarArg(format, args);
1195 log_message.PrintfVarArg(format, args);
1208 log_message.PrintfVarArg(format, args);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp539 s.PrintfVarArg(format, args);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5834 stream_sp->PrintfVarArg(fmt, args);

Completed in 146 milliseconds