Home
last modified time | relevance | path

Searched refs:VAPrintf (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DLog.cpp125 VAPrintf(format, args); in Printf()
132 void Log::VAPrintf(const char *format, va_list args) { in VAPrintf() function in Log
167 VAPrintf(format, args); in Verbose()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DLog.h169 void VAPrintf(const char *format, va_list args);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHost.cpp309 log->VAPrintf(format, args); in SystemLog()