/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 496 ->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 D | EmulationStateARM.cpp | 266 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 D | EmulateInstructionARM.cpp | 14360 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 D | StructuredData.h | 419 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 D | StructuredDataImpl.h | 113 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 D | SBStructuredData.cpp | 173 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 D | CommandObjectCommands.cpp | 1415 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 D | CommandObjectBreakpoint.cpp | 2182 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in HandleOptionArgumentCompletion()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 53 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 D | OptionValueDictionary.cpp | 272 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 D | OptionValueDictionary.h | 61 lldb::OptionValueSP GetValueForKey(llvm::StringRef key) const;
|
H A D | OptionValueProperties.h | 94 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBStructuredData.h | 68 lldb::SBStructuredData GetValueForKey(const char *key) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 748 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 D | ReportRetriever.cpp | 147 ->GetValueForKey("description") in FormatDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 175 ->GetValueForKey("description") in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StructuredData.cpp | 111 ObjectSP value = GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 1829 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 D | Target.cpp | 1201 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in CreateBreakpointsFromFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 353 sorted_threads[idx] = thread_info_sp->GetValueForKey(key); in DoUpdateThreadList()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 908 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 D | ProcessGDBRemote.cpp | 330 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 D | GDBRemoteCommunicationClient.cpp | 2690 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 D | AppleObjCRuntimeV2.cpp | 2500 info_dict->GetValueForKey("shared_cache_base_address"); in GetSharedCacheBaseAddress()
|