| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 228 bp->ResetStatistics(); in Reset() 269 void DebuggerStats::ResetStatistics(Debugger &debugger, Target *target) { in ResetStatistics() function in DebuggerStats 281 module->ResetStatistics(); in ResetStatistics() 284 target->ResetStatistics(); in ResetStatistics() 287 target->ResetStatistics(); in ResetStatistics()
|
| H A D | Target.cpp | 5189 void Target::ResetStatistics() { m_stats.Reset(*this); } in ResetStatistics() function in Target
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 218 LLVM_ABI void ResetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.h | 94 void ResetStatistics() { m_index_time.reset(); } in ResetStatistics() function
|
| H A D | SymbolFileDWARF.h | 321 void ResetStatistics() override;
|
| H A D | SymbolFileDWARF.cpp | 4360 void SymbolFileDWARF::ResetStatistics() { in ResetStatistics() function in SymbolFileDWARF 4363 return m_index->ResetStatistics(); in ResetStatistics()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Statistic.cpp | 266 void llvm::ResetStatistics() { in ResetStatistics() function in llvm
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 559 void SymbolFileOnDemand::ResetStatistics() { in ResetStatistics() function in SymbolFileOnDemand 562 return m_sym_file_impl->ResetStatistics(); in ResetStatistics()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 589 void ResetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 185 void ResetStatistics() override;
|
| H A D | SymbolFile.h | 426 virtual void ResetStatistics() {} in ResetStatistics() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Statistics.h | 358 static void ResetStatistics(Debugger &debugger, Target *target);
|
| H A D | Target.h | 1674 void ResetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 592 void ResetStatistics();
|
| H A D | SBTarget.h | 107 void ResetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 892 void ResetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1647 void SBDebugger::ResetStatistics() { in ResetStatistics() function in SBDebugger 1650 DebuggerStats::ResetStatistics(*m_opaque_sp, nullptr); in ResetStatistics()
|
| H A D | SBTarget.cpp | 219 void SBTarget::ResetStatistics() { in ResetStatistics() function in SBTarget 223 DebuggerStats::ResetStatistics(target_sp->GetDebugger(), target_sp.get()); in ResetStatistics()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1589 void Module::ResetStatistics() { in ResetStatistics() function in Module 1594 sym_file->ResetStatistics(); in ResetStatistics()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 1213 void Breakpoint::ResetStatistics() { m_resolve_time.reset(); } in ResetStatistics() function in Breakpoint
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 24115 (arg1)->ResetStatistics(); in _wrap_SBDebugger_ResetStatistics() 55670 (arg1)->ResetStatistics(); in _wrap_SBTarget_ResetStatistics()
|