Home
last modified time | relevance | path

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

/freebsd-src/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("loc in GenerateSummary()
[all...]
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h419 ObjectSP GetValueForKey(llvm::StringRef key) const { in GetValueForKey() function
425 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsBoolean()
438 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
466 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
491 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsDictionary()
501 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsArray()
/freebsd-src/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-src/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-src/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-src/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-src/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-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h68 lldb::SBStructuredData GetValueForKey(const char *key) const;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp147 ->GetValueForKey("description") in FormatDescription()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp175 ->GetValueForKey("description") in NotifyBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp111 ObjectSP value = GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
/freebsd-src/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");
H A DTarget.cpp1201 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in CreateBreakpointsFromFile()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp353 sorted_threads[idx] = thread_info_sp->GetValueForKey(key); in DoUpdateThreadList()
/freebsd-src/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-src/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 SendSetCurrentThreadPacket()
2695 element->GetValueForKey(llvm::StringRef("socket_name"))) in SendSetCurrentThreadPacket()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2182 bkpt_dict->GetValueForKey(Breakpoint::GetSerializationKey()); in HandleOptionArgumentCompletion()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2500 info_dict->GetValueForKey("shared_cache_base_address"); in GetSharedCacheReadOnlyAddress()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]