Searched defs:SetIncludeTranscript (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBStatisticsOptions.cpp | 64 void SBStatisticsOptions::SetIncludeTranscript(bool b) { in SetIncludeTranscript() function in SBStatisticsOptions |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Statistics.h | 160 void SetIncludeTranscript(bool value) { m_include_transcript = value; } SetIncludeTranscript() function |