Home
last modified time | relevance | path

Searched refs:summary_string (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp71 summary_string(ValidateSummaryString) {} in OptionGroupVariable()
107 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
126 summary_string.Clear(); in OptionParsingStarting()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h40 OptionValueString summary_string; // a summary string variable
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/view/
H A DTool.py57 heuristic.summary_string, steps, heuristic.verbose_output))
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py75 summary = self.heuristic.summary_string
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp497 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()
500 m_option_variable.summary_string.GetCurrentValue()); in DoExecute()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py181 heuristic.summary_string, color1, score_difference, color2,
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py451 def summary_string(self): member in Heuristic