Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp496 ->GetValueForKey("issue_type") in FormatDescription()
621 ->GetValueForKey("description") in GenerateSummary()
630 ->GetValueForKey("mops") in GenerateSummary()
634 ->GetValueForKey("mops") in GenerateSummary()
638 ->GetValueForKey("trace"), in GenerateSummary()
642 ->GetValueForKey("stacks") in GenerateSummary()
646 ->GetValueForKey("stacks") in GenerateSummary()
650 ->GetValueForKey("trace"), in GenerateSummary()
658 ->GetValueForKey("locs") in GenerateSummary()
662 ->GetValueForKey("locs") in GenerateSummary()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp266 OptionValueSP value_sp = reg_dict->GetValueForKey(sstr.GetString()); in LoadRegistersStateFromDictionary()
284 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()
329 value_sp = reg_dict->GetValueForKey(cpsr_name); in LoadStateFromDictionary()
H A DEmulateInstructionARM.cpp14360 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
14388 value_sp = test_data->GetValueForKey(before_key); in TestEmulation()
14401 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h419 ObjectSP GetValueForKey(llvm::StringRef key) const {
425 ObjectSP value_sp = GetValueForKey(key);
438 ObjectSP value_sp = GetValueForKey(key); in Dictionary()
466 ObjectSP value_sp = GetValueForKey(key); in GetValueForKey()
491 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
501 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
464 ObjectSP GetValueForKey(llvm::StringRef key) const { GetValueForKey() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h113 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey() function
117 return dict->GetValueForKey(llvm::StringRef(key)); in GetValueForKey()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp173 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { in GetValueForKey() function in SBStructuredData
177 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1415 StructuredData::ObjectSP obj_sp = opt_dict->GetValueForKey("groups"); in SetOptionsFromArray()
1425 obj_sp = opt_dict->GetValueForKey("required"); in SetOptionsFromArray()
1438 obj_sp = opt_dict->GetValueForKey("short_option"); in SetOptionsFromArray()
1469 obj_sp = opt_dict->GetValueForKey("value_type"); in SetOptionsFromArray()
1492 obj_sp = opt_dict->GetValueForKey("completion_type"); in SetOptionsFromArray()
1512 obj_sp = opt_dict->GetValueForKey("help"); in SetOptionsFromArray()
1530 obj_sp = opt_dict->GetValueForKey("enum_values"); in SetOptionsFromArray()
1767 = arg_dict->GetValueForKey("arg_type"); in CommandObjectScriptingObjectParsed()
1783 obj_sp = arg_dict->GetValueForKey("repeat"); in CommandObjectScriptingObjectParsed()
1800 obj_sp = arg_dict->GetValueForKey("groups"); in CommandObjectScriptingObjectParsed()
H A DCommandObjectBreakpoint.cpp2182 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp53 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey() function in OptionValueProperties
80 value_sp = GetValueForKey(exe_ctx, key); in GetSubValue()
484 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name)); in GetSubProperty()
H A DOptionValueDictionary.cpp272 value_sp = GetValueForKey(key); in GetSubValue()
301 OptionValueDictionary::GetValueForKey(llvm::StringRef key) const { in GetValueForKey() function in OptionValueDictionary
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h61 lldb::OptionValueSP GetValueForKey(llvm::StringRef key) const;
H A DOptionValueProperties.h94 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h68 lldb::SBStructuredData GetValueForKey(const char *key) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp748 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals()
753 object_sp = dict->GetValueForKey("stop"); in GetRemoteUnixSignals()
758 object_sp = dict->GetValueForKey("notify"); in GetRemoteUnixSignals()
763 object_sp = dict->GetValueForKey("description"); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp147 ->GetValueForKey("description") in FormatDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp175 ->GetValueForKey("description") in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp111 ObjectSP value = GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1829 StructuredData::ObjectSP id = activity_dict->GetValueForKey("id"); in GetDescription()
1830 StructuredData::ObjectSP name = activity_dict->GetValueForKey("name"); in GetDescription()
1846 breadcrumb_dict->GetValueForKey("name"); in GetDescription()
1867 message_dict->GetValueForKey("message"); in GetDescription()
H A DTarget.cpp1201 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in CreateBreakpointsFromFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp353 sorted_threads[idx] = thread_info_sp->GetValueForKey(key); in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp908 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation()
918 value_sp = data_dictionary->GetValueForKey(triple_key); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp330 target_definition_sp->GetValueForKey("host-info")); in ParsePythonTargetDefinition()
334 host_info_dict->GetValueForKey("triple"); in ParsePythonTargetDefinition()
347 target_definition_sp->GetValueForKey("breakpoint-pc-offset"); in ParsePythonTargetDefinition()
H A DGDBRemoteCommunicationClient.cpp2690 element->GetValueForKey(llvm::StringRef("port"))) in QueryGDBServer()
2695 element->GetValueForKey(llvm::StringRef("socket_name"))) in QueryGDBServer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2500 info_dict->GetValueForKey("shared_cache_base_address"); in GetSharedCacheBaseAddress()

12