Searched defs:GetLogIfAllCategoriesSet (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp36 ProcessKDPLog::GetLogIfAllCategoriesSet (uint32_t mask) function in class:ProcessKDPLog
178 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (mask));
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp38 ProcessPOSIXLog::GetLogIfAllCategoriesSet (uint32_t mask) function in class:ProcessPOSIXLog
182 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (mask));
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp37 ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (uint32_t mask) function in class:ProcessGDBRemoteLog
188 Log *log (ProcessGDBRemoteLog::GetLogIfAllCategoriesSet (mask));
/external/lldb/source/
H A Dlldb-log.cpp57 lldb_private::GetLogIfAllCategoriesSet (uint32_t mask) function in class:lldb_private
72 Log *log(GetLogIfAllCategoriesSet (mask));

Completed in 118 milliseconds