HomeSort by relevance Sort by last modified time
    Searched refs:PrintfWithFlagsVarArg (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
Log.cpp 86 Log::PrintfWithFlagsVarArg (uint32_t flags, const char *format, va_list args)
145 PrintfWithFlagsVarArg (0, format, args);
152 PrintfWithFlagsVarArg (0, format, args);
164 PrintfWithFlagsVarArg (flags, format, args);
179 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG, format, args);
196 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG | LLDB_LOG_FLAG_VERBOSE, format, args);
212 PrintfWithFlagsVarArg (0, format, args);
270 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_VERBOSE, format, args);
  /external/lldb/include/lldb/Core/
Log.h 195 PrintfWithFlagsVarArg (uint32_t flags, const char *format, va_list args);

Completed in 321 milliseconds