Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp64 void SBStatisticsOptions::SetIncludeTranscript(bool b) { in SetIncludeTranscript() function in SBStatisticsOptions
65 m_opaque_up->SetIncludeTranscript(b); in SetIncludeTranscript()
/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h62 void SetIncludeTranscript(bool b);
/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp102 m_stats_options.SetIncludeTranscript(*bool_or_error); in SetOptionValue()
/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h168 void SetIncludeTranscript(bool value) { m_include_transcript = value; }
160 void SetIncludeTranscript(bool value) { m_include_transcript = value; } SetIncludeTranscript() function