Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp34 target.SetCollectingStats(true); in DoExecute()
58 target.SetCollectingStats(false); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h73 void SetCollectingStats(bool v);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i957 void SetCollectingStats(bool v);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
2513 LLDB_REGISTER_METHOD(void, SBTarget, SetCollectingStats, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1453 void SetCollectingStats(bool v) { m_collecting_stats = v; } in SetCollectingStats() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52811 (arg1)->SetCollectingStats(arg2); in _wrap_SBTarget_SetCollectingStats()