Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp699 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type); in ReadArray() local
706 option_value_sp.reset(); in ReadArray()
707 return option_value_sp; in ReadArray()
745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
750 return option_value_sp; in ReadArray()
757 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary() local
766 option_value_sp.reset(); in ReadDictionary()
767 return option_value_sp; in ReadDictionary()
801 option_value_sp.reset(); in ReadDictionary()
802 return option_value_sp; in ReadDictionary()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueProperties.cpp699 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty() local
700 if (option_value_sp) { in GetSubProperty()
701 OptionValueProperties *ov_properties = option_value_sp->GetAsProperties(); in GetSubProperty()