Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp48 void SBStatisticsOptions::SetIncludeTargets(bool b) { in SetIncludeTargets() function in SBStatisticsOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h143 void SetIncludeTargets(bool value) { m_include_targets = value; } in SetIncludeTargets() function