Home
last modified time | relevance | path

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

/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/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp234 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget