Home
last modified time | relevance | path

Searched refs:GetAsArray (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp589 StructuredData::Array *trace_array = trace->GetAsArray(); in GetFirstNonInternalFramePc()
627 ->GetAsArray() in GenerateSummary()
631 ->GetAsArray() in GenerateSummary()
639 ->GetAsArray() in GenerateSummary()
643 ->GetAsArray() in GenerateSummary()
655 ->GetAsArray() in GenerateSummary()
659 ->GetAsArray() in GenerateSummary()
703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
724 ->GetAsArray() in GetLocationDescription()
728 ->GetAsArray() in GetLocationDescription()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h104 auto array = m_data_sp->GetAsArray(); in GetSize()
121 auto array = m_data_sp->GetAsArray(); in GetItemAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h182 OptionValueArray *GetAsArray();
184 const OptionValueArray *GetAsArray() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h85 Array *GetAsArray() { in GetAsArray() function
268 result = value_sp->GetAsArray(); in GetItemAtIndexAsArray()
482 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp106 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue
112 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
H A DOptionValueProperties.cpp242 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
267 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp121 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp256 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp148 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp314 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp300 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1028 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse()
1029 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
1034 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
H A DDisassembler.cpp710 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp755 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1540 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1679 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
2050 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2108 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2702 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
H A DGDBRemoteCommunicationClient.cpp2614 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer()
3777 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo()
4043 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4071 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationServerCommon.cpp1101 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1831 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
H A DTarget.cpp1010 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()
1106 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2135 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in HandleOptionArgumentCompletion()