Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectStats.cpp32 if (target->GetCollectingStats()) { in DoExecute()
57 if (!target->GetCollectingStats()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1324 bool GetCollectingStats() { return m_collecting_stats; } in GetCollectingStats() function
1327 if (!GetCollectingStats()) in IncrementStats()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h91 bool GetCollectingStats();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp212 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget
216 return target_sp->GetCollectingStats(); in GetCollectingStats()