Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectStats.cpp38 target->SetCollectingStats(true); in DoExecute()
63 target->SetCollectingStats(false); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h82 void SetCollectingStats(bool v);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1322 void SetCollectingStats(bool v) { m_collecting_stats = v; } in SetCollectingStats() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp205 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
209 return target_sp->SetCollectingStats(v); in SetCollectingStats()