Home
last modified time | relevance | path

Searched refs:GetValueForKey (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp626 ->GetValueForKey("mops") in GenerateSummary()
638 ->GetValueForKey("stacks") in GenerateSummary()
654 ->GetValueForKey("locs") in GenerateSummary()
669 ->GetValueForKey("address") in GenerateSummary()
674 ->GetValueForKey("start") in GenerateSummary()
723 ->GetValueForKey("locs") in GetLocationDescription()
734 ->GetValueForKey("address") in GetLocationDescription()
753 ->GetValueForKey("start") in GetLocationDescription()
757 ->GetValueForKey("size") in GetLocationDescription()
773 ->GetValueForKey("thread_id") in GetLocationDescription()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp284 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
294 value_sp = mem_dict->GetValueForKey(address_key); in LoadStateFromDictionary()
300 value_sp = mem_dict->GetValueForKey(data_key); in LoadStateFromDictionary()
318 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
331 value_sp = reg_dict->GetValueForKey(reg_name); in LoadStateFromDictionary()
339 value_sp = reg_dict->GetValueForKey(cpsr_name); in LoadStateFromDictionary()
349 value_sp = reg_dict->GetValueForKey(reg_name); in LoadStateFromDictionary()
H A DEmulateInstructionARM.cpp14441 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
14469 value_sp = test_data->GetValueForKey(before_key); in TestEmulation()
14482 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h378 ObjectSP GetValueForKey(llvm::StringRef key) const { in GetValueForKey() function
391 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsBoolean()
403 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
424 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
448 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
469 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsDictionary()
479 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsArray()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h106 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey() function
110 return dict->GetValueForKey(llvm::StringRef(key)); in GetValueForKey()
H A DThreadSafeSTLMap.h49 bool GetValueForKey(const _Key &key, _Tp &value) const { in GetValueForKey() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp110 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { in GetValueForKey() function in SBStructuredData
115 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStructuredData.h64 lldb::SBStructuredData GetValueForKey(const char *key) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h61 lldb::OptionValueSP GetValueForKey(const ConstString &key) const;
H A DOptionValueProperties.h104 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp250 value_sp = GetValueForKey(ConstString(key)); in GetSubValue()
280 OptionValueDictionary::GetValueForKey(const ConstString &key) const { in GetValueForKey() function in OptionValueDictionary
H A DOptionValueProperties.cpp101 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey() function in OptionValueProperties
128 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
672 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp238 if (!m_children_byindex.GetValueForKey(idx, valobj)) { in GetChildAtIndex()
303 bool did_find = m_name_toindex.GetValueForKey(name.GetCString(), found_index); in GetIndexOfChildWithName()
H A DDisassembler.cpp975 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation()
985 value_sp = data_dictionary->GetValueForKey(triple_key); in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp772 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals()
777 object_sp = dict->GetValueForKey("stop"); in GetRemoteUnixSignals()
782 object_sp = dict->GetValueForKey("notify"); in GetRemoteUnixSignals()
787 object_sp = dict->GetValueForKey("description"); in GetRemoteUnixSignals()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp196 ->GetValueForKey("description") in FormatDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp174 ->GetValueForKey("description") in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp157 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1998 StructuredData::ObjectSP id = activity_dict->GetValueForKey("id"); in GetDescription()
1999 StructuredData::ObjectSP name = activity_dict->GetValueForKey("name"); in GetDescription()
2015 breadcrumb_dict->GetValueForKey("name"); in GetDescription()
2036 message_dict->GetValueForKey("message"); in GetDescription()
H A DTarget.cpp1136 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in CreateBreakpointsFromFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2519 element->GetValueForKey(llvm::StringRef("port"))) in QueryGDBServer()
2524 element->GetValueForKey(llvm::StringRef("socket_name"))) in QueryGDBServer()
3439 json_dict->GetValueForKey("params"); in SendGetTraceConfigPacket()
H A DProcessGDBRemote.cpp386 target_definition_sp->GetValueForKey("host-info")); in ParsePythonTargetDefinition()
390 host_info_dict->GetValueForKey("triple"); in ParsePythonTargetDefinition()
402 target_definition_sp->GetValueForKey("breakpoint-pc-offset"); in ParsePythonTargetDefinition()
H A DGDBRemoteCommunicationServerLLGS.cpp1066 json_dict->GetValueForKey("params");