Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h113 llvm::StringRef GetCurrentValueAsRef() const { return m_current_value; } in GetCurrentValueAsRef() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp413 return option_value->GetCurrentValueAsRef(); in GetStringValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1106 m_options.m_category_regex.GetCurrentValueAsRef())) { in DoExecute()
1109 m_options.m_category_regex.GetCurrentValueAsRef().str().c_str()); in DoExecute()