Lines Matching refs:OptionValueSP
42 lldb::OptionValueSP new_value_sp(m_properties[i].GetValue()->DeepCopy()); in OptionValueProperties()
73 const OptionValueSP &value_sp) { in AppendProperty()
100 lldb::OptionValueSP
104 lldb::OptionValueSP value_sp; in GetValueForKey()
111 lldb::OptionValueSP
115 lldb::OptionValueSP value_sp; in GetSubValue()
117 return OptionValueSP(); in GetSubValue()
134 lldb::OptionValueSP return_val_sp; in GetSubValue()
209 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
241 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
246 return OptionValueSP(); in GetPropertyValueAtIndex()
252 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings()
261 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
494 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString()
576 lldb::OptionValueSP value_sp( in DumpPropertyValue()
590 lldb::OptionValueSP OptionValueProperties::DeepCopy() const { in DeepCopy()
672 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty()