Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp81 summary(ValidateNamedSummary), summary_string(ValidateSummaryString) {} in SetOptionValue()
117 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
136 summary_string.Clear(); in GetDefinitions()
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h40 OptionValueString summary_string; // a summary string variable
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/view/
H A DTool.py59 heuristic.summary_string, steps, heuristic.verbose_output
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py75 summary = self.heuristic.summary_string
/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp527 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()
530 m_option_variable.summary_string.GetCurrentValue()); in DoExecute()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py186 heuristic.summary_string, color1, score_difference, color2, pass_text
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py462 def summary_string(self): member in Heuristic