Home
last modified time | relevance | path

Searched refs:GetCollectingStats (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp29 if (target.GetCollectingStats()) { in DoExecute()
53 if (!target.GetCollectingStats()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1455 bool GetCollectingStats() { return m_collecting_stats; } in GetCollectingStats() function
1458 if (!GetCollectingStats()) in IncrementStats()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h80 bool GetCollectingStats();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i959 bool GetCollectingStats();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp243 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget
244 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, GetCollectingStats); in GetCollectingStats()
249 return target_sp->GetCollectingStats(); in GetCollectingStats()
2514 LLDB_REGISTER_METHOD(bool, SBTarget, GetCollectingStats, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52835 result = (bool)(arg1)->GetCollectingStats(); in _wrap_SBTarget_GetCollectingStats()