| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 626 ->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 D | EmulationStateARM.cpp | 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() 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 D | EmulateInstructionARM.cpp | 14441 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 D | StructuredData.h | 378 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 D | StructuredDataImpl.h | 106 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey() function 110 return dict->GetValueForKey(llvm::StringRef(key)); in GetValueForKey()
|
| H A D | ThreadSafeSTLMap.h | 49 bool GetValueForKey(const _Key &key, _Tp &value) const { in GetValueForKey() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 110 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 D | SBStructuredData.h | 64 lldb::SBStructuredData GetValueForKey(const char *key) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 61 lldb::OptionValueSP GetValueForKey(const ConstString &key) const;
|
| H A D | OptionValueProperties.h | 104 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueDictionary.cpp | 250 value_sp = GetValueForKey(ConstString(key)); in GetSubValue() 280 OptionValueDictionary::GetValueForKey(const ConstString &key) const { in GetValueForKey() function in OptionValueDictionary
|
| H A D | OptionValueProperties.cpp | 101 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 D | ValueObjectSyntheticFilter.cpp | 238 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 D | Disassembler.cpp | 975 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 D | PlatformRemoteGDBServer.cpp | 772 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 D | ASanRuntime.cpp | 196 ->GetValueForKey("description") in FormatDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 174 ->GetValueForKey("description") in NotifyBreakpointHit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 157 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Thread.cpp | 1998 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 D | Target.cpp | 1136 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in CreateBreakpointsFromFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2519 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 D | ProcessGDBRemote.cpp | 386 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 D | GDBRemoteCommunicationServerLLGS.cpp | 1066 json_dict->GetValueForKey("params");
|