Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp56 void SBStatisticsOptions::SetIncludeModules(bool b) { in SetIncludeModules() function in SBStatisticsOptions
57 m_opaque_up->SetIncludeModules(b); in SetIncludeModules()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h53 void SetIncludeModules(bool b);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp95 m_stats_options.SetIncludeModules(*bool_or_error); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h151 void SetIncludeModules(bool value) { m_include_modules = value; } in SetIncludeModules() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50154 (arg1)->SetIncludeModules(arg2); in _wrap_SBStatisticsOptions_SetIncludeModules()