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

References

tools/lldb/include/lldb/Target/Target.h
 1347     if (!GetCollectingStats())
tools/lldb/source/API/SBTarget.cpp
  249   return target_sp->GetCollectingStats();
tools/lldb/source/Commands/CommandObjectStats.cpp
   31     if (target.GetCollectingStats()) {
   56     if (!target.GetCollectingStats()) {