Searched refs:PrintfWithFlagsVarArg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DLog.cpp84 Log::PrintfWithFlagsVarArg (uint32_t flags, const char *format, va_list args) function in class:Log
146 PrintfWithFlagsVarArg (0, format, args);
153 PrintfWithFlagsVarArg (0, format, args);
165 PrintfWithFlagsVarArg (flags, format, args);
180 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG, format, args);
197 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG | LLDB_LOG_FLAG_VERBOSE, format, args);
213 PrintfWithFlagsVarArg (0, format, args);
271 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_VERBOSE, format, args);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DLog.h194 PrintfWithFlagsVarArg (uint32_t flags, const char *format, va_list args);

Completed in 53 milliseconds