Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp706 option_value_sp.reset(); in ReadArray()
707 return option_value_sp; in ReadArray()
750 return option_value_sp; in ReadArray()
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()
817 option_value_sp.reset(); in ReadDictionary()
818 return option_value_sp; in ReadDictionary()
826 return option_value_sp; in ReadDictionary()
[all …]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A 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()