Lines Matching refs:OptionValueSP
50 const OptionValueSP &value_sp) { in AppendProperty()
78 lldb::OptionValueSP
82 lldb::OptionValueSP value_sp; in GetValueForKey()
89 lldb::OptionValueSP
93 lldb::OptionValueSP value_sp; in GetSubValue()
95 return OptionValueSP(); in GetSubValue()
112 lldb::OptionValueSP return_val_sp; in GetSubValue()
154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
186 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
191 return OptionValueSP(); in GetPropertyValueAtIndex()
197 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings()
206 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
473 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString()
554 lldb::OptionValueSP value_sp( in DumpPropertyValue()
577 OptionValueSP
578 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
674 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty()