Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h79 if (log && log->GetMask().AllSet(mask)) in GetLogIfAll()
90 if (log && log->GetMask().AnySet(mask)) in GetLogIfAny()
165 const Flags GetMask() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp114 const Flags Log::GetMask() const { in GetMask() function in Log