Home
last modified time | relevance | path

Searched refs:GetAsProperties (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h226 OptionValueProperties *GetAsProperties();
228 const OptionValueProperties *GetAsProperties() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp594 property->GetValue()->GetAsProperties(); in GetPropertyAtPath()
627 property->GetValue()->GetAsProperties(); in Apropos()
653 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties(); in GetSubProperty()
DOptionValue.cpp202 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties() function in OptionValue
208 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties() function in OptionValue
DProperty.cpp281 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp3808 exp_property->GetValue()->GetAsProperties(); in GetInjectLocalVariables()
3821 exp_property->GetValue()->GetAsProperties(); in SetInjectLocalVariables()
DProcess.cpp319 exp_property->GetValue()->GetAsProperties(); in GetOSPluginReportsAllThreads()
331 exp_property->GetValue()->GetAsProperties(); in SetOSPluginReportsAllThreads()