Home
last modified time | relevance | path

Searched defs:SetCollectingStats (Results 1 – 2 of 2) sorted by relevance

/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