Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp707 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type); in ReadArray() local
714 option_value_sp.reset(); in ReadArray()
715 return option_value_sp; in ReadArray()
753 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
758 return option_value_sp; in ReadArray()
765 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary() local
774 option_value_sp.reset(); in ReadDictionary()
775 return option_value_sp; in ReadDictionary()
809 option_value_sp.reset(); in ReadDictionary()
810 return option_value_sp; in ReadDictionary()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp484 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name)); in GetSubProperty() local
485 if (option_value_sp) { in GetSubProperty()
486 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties(); in GetSubProperty()