| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 587 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 D | StructuredDataImpl.h | 107 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 D | OptionValue.h | 182 OptionValueArray *GetAsArray(); 184 const OptionValueArray *GetAsArray() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 182 ->GetAsArray()) { in DoInitialImageFetch() 371 ->GetAsArray() && in AddBinaries() 374 ->GetAsArray() in AddBinaries()
|
| H A D | DynamicLoaderDarwin.cpp | 364 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 D | DynamicLoaderMacOSXDYLD.cpp | 554 ->GetAsArray() && in AddModulesUsingImageInfosAddress() 557 ->GetAsArray() in AddModulesUsingImageInfosAddress()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 85 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 D | MessageObjects.cpp | 77 auto Keys = KeysObj->GetAsArray(); in parseRegisters() 101 StructuredData::Array *array = json->GetAsArray(); in create()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 106 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue 112 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
|
| H A D | OptionValueProperties.cpp | 254 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs() 279 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 138 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 121 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 251 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | sysinfo.cc | 137 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 D | Host.cpp | 259 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 312 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 72 Array *GetAsArray() { in GetAsArray() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 340 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1027 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 D | Disassembler.cpp | 745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 712 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1471 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 D | GDBRemoteCommunicationClient.cpp | 2645 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 D | GDBRemoteCommunicationServerCommon.cpp | 1164 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Thread.cpp | 1824 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
|