Searched defs:SetIncludeTargets (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBStatisticsOptions.cpp | 48 void SBStatisticsOptions::SetIncludeTargets(bool b) { in SetIncludeTargets() function in SBStatisticsOptions |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Statistics.h | 143 void SetIncludeTargets(bool value) { m_include_targets = value; } SetIncludeTargets() function |