Home
last modified time | relevance | path

Searched refs:SetIncludeTargets (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp48 void SBStatisticsOptions::SetIncludeTargets(bool b) { in SetIncludeTargets() function in SBStatisticsOptions
49 m_opaque_up->SetIncludeTargets(b); in SetIncludeTargets()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h41 void SetIncludeTargets(bool b);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp88 m_stats_options.SetIncludeTargets(*bool_or_error); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h143 void SetIncludeTargets(bool value) { m_include_targets = value; } in SetIncludeTargets() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50104 (arg1)->SetIncludeTargets(arg2); in _wrap_SBStatisticsOptions_SetIncludeTargets()