reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Log.h
  165   const Flags GetMask() const;

References

tools/lldb/include/lldb/Utility/Log.h
   79       if (log && log->GetMask().AllSet(mask))
   90       if (log && log->GetMask().AnySet(mask))
tools/lldb/unittests/Utility/LogTest.cpp
  306   std::thread log_thread([this, &mask] { mask = getLog()->GetMask().Get(); });