Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp52 bool SBStatisticsOptions::GetIncludeTargets() const { in GetIncludeTargets() function in SBStatisticsOptions
53 return m_opaque_up->GetIncludeTargets(); in GetIncludeTargets()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h42 bool GetIncludeTargets() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h144 bool GetIncludeTargets() const { in GetIncludeTargets() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp231 const bool include_targets = options.GetIncludeTargets(); in ReportStatistics()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50128 result = (bool)((lldb::SBStatisticsOptions const *)arg1)->GetIncludeTargets(); in _wrap_SBStatisticsOptions_GetIncludeTargets()