Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp587 StructuredData::Array *trace_array = trace->GetAsArray(); in GetFirstNonInternalFramePc()
625 ->GetAsArray() in GenerateSummary()
629 ->GetAsArray() in GenerateSummary()
637 ->GetAsArray() in GenerateSummary()
641 ->GetAsArray() in GenerateSummary()
653 ->GetAsArray() in GenerateSummary()
657 ->GetAsArray() in GenerateSummary()
701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
722 ->GetAsArray() in GetLocationDescription()
726 ->GetAsArray() in GetLocationDescription()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h182 OptionValueArray *GetAsArray();
184 const OptionValueArray *GetAsArray() const;
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp182 ->GetAsArray()) { in DoInitialImageFetch()
371 ->GetAsArray() && in AddBinaries()
374 ->GetAsArray() in AddBinaries()
H A DDynamicLoaderDarwin.cpp364 image_infos.resize(images_sp->GetAsArray()->GetSize()); in JSONImageInformationIntoImageInfo()
368 images_sp->GetAsArray()->GetItemAtIndex(i); in JSONImageInformationIntoImageInfo()
379 image->GetValueForKey("segments")->GetAsArray() == nullptr || in JSONImageInformationIntoImageInfo()
461 image->GetValueForKey("segments")->GetAsArray(); in JSONImageInformationIntoImageInfo()
H A DDynamicLoaderMacOSXDYLD.cpp554 ->GetAsArray() && in AddModulesUsingImageInfosAddress()
557 ->GetAsArray() in AddModulesUsingImageInfosAddress()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h85 Array *GetAsArray() { in GetAsArray() function
268 result = value_sp->GetAsArray(); in GetItemAtIndexAsArray()
492 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp77 auto Keys = KeysObj->GetAsArray(); in parseRegisters()
101 StructuredData::Array *array = json->GetAsArray(); in create()
/llvm-project-15.0.7/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.cpp254 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
279 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp138 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp121 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp251 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc137 std::array<T, N> GetAsArray() { in GetAsArray() function
201 *Out = Buff.GetAsArray<Tp, N>(); in GetSysctl()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp259 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp312 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h72 Array *GetAsArray() { in GetAsArray() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp340 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1027 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse()
1028 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
1033 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
H A DDisassembler.cpp745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp712 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1471 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1600 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
1993 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2050 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2507 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
H A DGDBRemoteCommunicationClient.cpp2645 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer()
3895 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo()
4151 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4179 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationServerCommon.cpp1164 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1824 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()

12