Home
last modified time | relevance | path

Searched refs:SetValueForKey (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueDictionary.cpp177 SetValueForKey (ConstString(key), value_sp, true); in SetArgs()
398 OptionValueDictionary::SetValueForKey (const ConstString &key, in SetValueForKey() function in OptionValueDictionary
440 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true); in DeepCopy()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectSyntheticFilter.cpp225 m_children_byindex.SetValueForKey(idx, synth_guy.get()); in GetChildAtIndex()
261 m_name_toindex.SetValueForKey(name.GetCString(), index); in GetIndexOfChildWithName()
HDDisassembler.cpp855 option_value_sp->GetAsDictionary()->SetValueForKey (const_key, value_sp, false); in ReadDictionary()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueDictionary.h117 SetValueForKey (const ConstString &key,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDThreadSafeSTLMap.h152 SetValueForKey (const _Key& key, const _Tp &value) in SetValueForKey() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3128 … env_dict->SetValueForKey(key, OptionValueSP(new OptionValueString(value)), can_replace); in GetHostEnvironmentIfNeeded()