Home
last modified time | relevance | path

Searched refs:GetMask (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLog.h83 if (log && log->GetMask().AllSet(mask)) in GetLogIfAll()
94 if (log && log->GetMask().AnySet(mask)) in GetLogIfAny()
167 const Flags GetMask() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp106 const Flags Log::GetMask() const { in GetMask() function in Log