Home
last modified time | relevance | path

Searched refs:option_value_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DDisassembler.cpp665 OptionValueSP option_value_sp (new OptionValueArray (1u << data_type)); in ReadArray() local
673 option_value_sp.reset (); in ReadArray()
674 return option_value_sp; in ReadArray()
716 option_value_sp->GetAsArray()->InsertValue (idx, data_value_sp); in ReadArray()
721 return option_value_sp; in ReadArray()
730 OptionValueSP option_value_sp (new OptionValueDictionary()); in ReadDictionary() local
741 option_value_sp.reset (); in ReadDictionary()
742 return option_value_sp; in ReadDictionary()
778 option_value_sp.reset(); in ReadDictionary()
779 return option_value_sp; in ReadDictionary()
[all …]
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp751 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty() local
752 if (option_value_sp) in GetSubProperty()
754 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties (); in GetSubProperty()