Home
last modified time | relevance | path

Searched refs:GetIncludeTranscript (Results 1 – 6 of 6) 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.h62 bool GetIncludeTranscript() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp153 if (stats_options.GetIncludeTranscript() && in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h193 bool GetIncludeTranscript() const { in GetIncludeTranscript() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp299 const bool include_transcript = options.GetIncludeTranscript(); in ReportStatistics()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51356 result = (bool)((lldb::SBStatisticsOptions const *)arg1)->GetIncludeTranscript(); in _wrap_SBStatisticsOptions_GetIncludeTranscript()