Home
last modified time | relevance | path

Searched defs:GetLogIfAny (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindowsLog.h31 static Log *GetLogIfAny(uint32_t mask) { return g_channel.GetLogIfAny(mask); } in GetLogIfAny() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DLogChannelDWARF.h31 static Log *GetLogIfAny(uint32_t mask) { return g_channel.GetLogIfAny(mask); } in GetLogIfAny() function
/external/llvm-project/lldb/include/lldb/Utility/
DLog.h88 Log *GetLogIfAny(uint32_t mask) { in GetLogIfAny() function