Home
last modified time | relevance | path

Searched refs:GetCurrentValueAsRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h93 llvm::StringRef GetCurrentValueAsRef() const { return m_current_value; } in GetCurrentValueAsRef() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp411 return option_value->GetCurrentValueAsRef(); in GetStringValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1063 m_options.m_category_regex.GetCurrentValueAsRef()); in DoExecute()
1067 m_options.m_category_regex.GetCurrentValueAsRef().str().c_str()); in DoExecute()