Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp81 summary(ValidateNamedSummary), summary_string(ValidateSummaryString) {} in OptionGroupVariable()
117 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
136 summary_string.Clear(); in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp104 llvm::StringRef summary_string = in LoadTypeSummariesForModule() local
111 if (type_name.empty() || summary_string.empty()) { in LoadTypeSummariesForModule()
115 module_sp->GetFileSpec(), type_name, summary_string); in LoadTypeSummariesForModule()
120 flags, summary_string.str().c_str()); in LoadTypeSummariesForModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h40 OptionValueString summary_string; // a summary string variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp528 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()
531 m_option_variable.summary_string.GetCurrentValue()); in DoExecute()