Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/stats_api/
DTestStatisticsAPI.py20 target.SetCollectingStats(True)
22 target.SetCollectingStats(False)
/external/llvm-project/lldb/source/Commands/
DCommandObjectStats.cpp35 target.SetCollectingStats(true); in DoExecute()
60 target.SetCollectingStats(false); in DoExecute()
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h73 void SetCollectingStats(bool v);
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i955 void SetCollectingStats(bool v);
/external/llvm-project/lldb/source/API/
DSBTarget.cpp234 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
235 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()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1433 void SetCollectingStats(bool v) { m_collecting_stats = v; } in SetCollectingStats() function