Searched refs:GetValueForKey (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp327 OptionValueSP value_sp = test_data->GetValueForKey (memory_key);
338 value_sp = mem_dict->GetValueForKey (address_key);
344 value_sp = mem_dict->GetValueForKey (data_key);
363 value_sp = test_data->GetValueForKey (registers_key);
378 value_sp = reg_dict->GetValueForKey (reg_name);
386 value_sp = reg_dict->GetValueForKey (cpsr_name);
397 value_sp = reg_dict->GetValueForKey (reg_name);
H A DEmulateInstructionARM.cpp13528 OptionValueSP value_sp = test_data->GetValueForKey (opcode_key);
13561 value_sp = test_data->GetValueForKey (before_key);
13575 value_sp = test_data->GetValueForKey (after_key);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h90 GetValueForKey (const ConstString &key) const;
H A DOptionValueProperties.h146 GetValueForKey (const ExecutionContext *exe_ctx,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h71 GetValueForKey (const _Key& key, _Tp &value) const function in class:lldb_private::ThreadSafeSTLMap
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp305 value_sp = GetValueForKey (key);
345 OptionValueDictionary::GetValueForKey (const ConstString &key) const function in class:OptionValueDictionary
H A DOptionValueProperties.cpp117 OptionValueProperties::GetValueForKey (const ExecutionContext *exe_ctx, function in class:OptionValueProperties
150 value_sp = GetValueForKey (exe_ctx, key, will_modify);
752 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp894 OptionValueSP value_sp = data_dictionary->GetValueForKey (description_key);
905 value_sp = data_dictionary->GetValueForKey (triple_key);

Completed in 140 milliseconds