Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h63 bool GetIncludeTranscript() const;
/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h169 bool GetIncludeTranscript() const {
161 bool GetIncludeTranscript() const { GetIncludeTranscript() function
/llvm-project/lldb/source/Target/
H A DStatistics.cpp287 const bool include_transcript = options.GetIncludeTranscript(); in ReportStatistics()