Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.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-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp283 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
293 value_sp = mem_dict->GetValueForKey(address_key); in LoadStateFromDictionary()
299 value_sp = mem_dict->GetValueForKey(data_key); in LoadStateFromDictionary()
317 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
330 value_sp = reg_dict->GetValueForKey(reg_name); in LoadStateFromDictionary()
338 value_sp = reg_dict->GetValueForKey(cpsr_name); in LoadStateFromDictionary()
348 value_sp = reg_dict->GetValueForKey(reg_name); in LoadStateFromDictionary()
H A DEmulateInstructionARM.cpp14397 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
14425 value_sp = test_data->GetValueForKey(before_key); in TestEmulation()
14438 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp159 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { in GetValueForKey() function in SBStructuredData
161 GetValueForKey, (const char *), key); in GetValueForKey()
164 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
234 GetValueForKey, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h379 ObjectSP GetValueForKey(llvm::StringRef key) const { in GetValueForKey() function
392 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsBoolean()
404 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
425 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
449 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
470 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsDictionary()
480 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsArray()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h110 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey() function
114 return dict->GetValueForKey(llvm::StringRef(key)); in GetValueForKey()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i41 lldb::SBStructuredData GetValueForKey(const char *key) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h59 lldb::SBStructuredData GetValueForKey(const char *key) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h56 lldb::OptionValueSP GetValueForKey(ConstString key) const;
H A DOptionValueProperties.h97 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp250 value_sp = GetValueForKey(ConstString(key)); in GetSubValue()
280 OptionValueDictionary::GetValueForKey(ConstString key) const { in GetValueForKey() function in OptionValueDictionary
H A DOptionValueProperties.cpp78 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey() function in OptionValueProperties
105 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
651 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp781 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals()
786 object_sp = dict->GetValueForKey("stop"); in GetRemoteUnixSignals()
791 object_sp = dict->GetValueForKey("notify"); in GetRemoteUnixSignals()
796 object_sp = dict->GetValueForKey("description"); in GetRemoteUnixSignals()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp100 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp196 ->GetValueForKey("description") in FormatDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp179 ->GetValueForKey("description") in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1803 StructuredData::ObjectSP id = activity_dict->GetValueForKey("id"); in GetDescription()
1804 StructuredData::ObjectSP name = activity_dict->GetValueForKey("name"); in GetDescription()
1820 breadcrumb_dict->GetValueForKey("name"); in GetDescription()
1841 message_dict->GetValueForKey("message"); in GetDescription()
H A DTarget.cpp1127 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in CreateBreakpointsFromFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp870 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation()
880 value_sp = data_dictionary->GetValueForKey(triple_key); in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp353 target_definition_sp->GetValueForKey("host-info")); in ParsePythonTargetDefinition()
357 host_info_dict->GetValueForKey("triple"); in ParsePythonTargetDefinition()
370 target_definition_sp->GetValueForKey("breakpoint-pc-offset"); in ParsePythonTargetDefinition()
H A DGDBRemoteCommunicationClient.cpp2625 element->GetValueForKey(llvm::StringRef("port"))) in QueryGDBServer()
2630 element->GetValueForKey(llvm::StringRef("socket_name"))) in QueryGDBServer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2152 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in HandleOptionArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2191 return info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheBaseAddress()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44506 result = ((lldb::SBStructuredData const *)arg1)->GetValueForKey((char const *)arg2); in _wrap_SBStructuredData_GetValueForKey()