Searched refs:SetCollectingStats (Results 1 – 6 of 6) sorted by relevance
20 target.SetCollectingStats(True)22 target.SetCollectingStats(False)
35 target.SetCollectingStats(true); in DoExecute()60 target.SetCollectingStats(false); in DoExecute()
73 void SetCollectingStats(bool v);
955 void SetCollectingStats(bool v);
234 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget235 LLDB_RECORD_METHOD(void, SBTarget, SetCollectingStats, (bool), v); in SetCollectingStats()240 return target_sp->SetCollectingStats(v); in SetCollectingStats()2438 LLDB_REGISTER_METHOD(void, SBTarget, SetCollectingStats, (bool)); in RegisterMethods()
1433 void SetCollectingStats(bool v) { m_collecting_stats = v; } in SetCollectingStats() function