Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp590 StructuredData::Array *trace_array = trace->GetAsArray(); in GetFirstNonInternalFramePc()
629 ->GetAsArray() in GenerateSummary()
633 ->GetAsArray() in GenerateSummary()
641 ->GetAsArray() in GenerateSummary()
645 ->GetAsArray() in GenerateSummary()
657 ->GetAsArray() in GenerateSummary()
661 ->GetAsArray() in GenerateSummary()
702 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
723 ->GetAsArray() in GetLocationDescription()
727 ->GetAsArray() in GetLocationDescription()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h107 auto array = m_data_sp->GetAsArray(); in GetSize()
124 auto array = m_data_sp->GetAsArray(); in GetItemAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h197 OptionValueArray *GetAsArray();
198 const OptionValueArray *GetAsArray() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp162 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp105 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue
111 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
H A DOptionValueProperties.cpp199 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
228 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h93 Array *GetAsArray() { in GetAsArray() function
503 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1013 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse()
1014 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
1019 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
H A DDisassembler.cpp753 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp714 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1439 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1568 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
1995 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2053 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2529 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
H A DGDBRemoteCommunicationClient.cpp2648 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer()
3898 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo()
4147 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4175 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationServerCommon.cpp1164 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1844 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
H A DTarget.cpp1083 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()
1179 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2205 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in HandleOptionArgumentCompletion()