Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp170 SetValueForKey(ConstString(key), value_sp, true); in SetArgs()
288 bool OptionValueDictionary::SetValueForKey(const ConstString &key, in SetValueForKey() function in OptionValueDictionary
322 copied_dict->SetValueForKey(pos->first, pos->second->DeepCopy(), true); in DeepCopy()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h70 bool SetValueForKey(const ConstString &key,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp262 m_children_byindex.SetValueForKey(idx, synth_guy.get()); in GetChildAtIndex()
309 m_name_toindex.SetValueForKey(name.GetCString(), index); in GetIndexOfChildWithName()
H A DDisassembler.cpp919 option_value_sp->GetAsDictionary()->SetValueForKey(const_key, value_sp, in ReadDictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h108 void SetValueForKey(const _Key &key, const _Tp &value) { in SetValueForKey() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3542 env_dict->SetValueForKey( in GetHostEnvironmentIfNeeded()