Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h62 void SetIncludeTranscript(bool b);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp102 m_stats_options.SetIncludeTranscript(*bool_or_error); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h160 void SetIncludeTranscript(bool value) { m_include_transcript = value; } in SetIncludeTranscript() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50204 (arg1)->SetIncludeTranscript(arg2); in _wrap_SBStatisticsOptions_SetIncludeTranscript()