Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h169 if (log && log->GetMask().AnySet(mask)) in GetLog()
246 const Flags GetMask() const;
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp367 std::thread log_thread([this, &mask] { mask = getLog()->GetMask().Get(); }); in TEST_F()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp129 const Flags Log::GetMask() const { in GetMask() function in Log