Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp68 bool SBStatisticsOptions::GetIncludeTranscript() const { in GetIncludeTranscript() function in SBStatisticsOptions
69 return m_opaque_up->GetIncludeTranscript(); in GetIncludeTranscript()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h63 bool GetIncludeTranscript() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h161 bool GetIncludeTranscript() const { in GetIncludeTranscript() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp233 const bool include_transcript = options.GetIncludeTranscript(); in ReportStatistics()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50228 result = (bool)((lldb::SBStatisticsOptions const *)arg1)->GetIncludeTranscript(); in _wrap_SBStatisticsOptions_GetIncludeTranscript()