Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DLogging.cpp58 Log *lldb_private::GetLogIfAllCategoriesSet(uint32_t mask) { in GetLogIfAllCategoriesSet() function in lldb_private
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.h33 static Log *GetLogIfAllCategoriesSet(uint32_t mask) { in GetLogIfAllCategoriesSet() function
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.h36 static Log *GetLogIfAllCategoriesSet(uint32_t mask) { in GetLogIfAllCategoriesSet() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.h38 static Log *GetLogIfAllCategoriesSet(uint32_t mask) { return g_channel.GetLogIfAll(mask); } in GetLogIfAllCategoriesSet() function