Home
last modified time | relevance | path

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

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