| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 590 StructuredData::Array *trace_array = trace->GetAsArray(); in GetFirstNonInternalFramePc() 628 ->GetAsArray() in GenerateSummary() 632 ->GetAsArray() in GenerateSummary() 640 ->GetAsArray() in GenerateSummary() 644 ->GetAsArray() in GenerateSummary() 656 ->GetAsArray() in GenerateSummary() 660 ->GetAsArray() in GenerateSummary() 704 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress() 725 ->GetAsArray() in GetLocationDescription() 729 ->GetAsArray() in GetLocationDescription() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 193 OptionValueArray *GetAsArray(); 195 const OptionValueArray *GetAsArray() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 211 ->GetAsArray()) { in DoInitialImageFetch() 400 ->GetAsArray() && in AddBinaries() 403 ->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 | 564 ->GetAsArray() && in AddModulesUsingImageInfosAddress() 567 ->GetAsArray() in AddModulesUsingImageInfosAddress()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 85 Array *GetAsArray() { in GetAsArray() function 274 result = value_sp->GetAsArray(); in GetItemAtIndexAsArray() 508 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
|
| /openbsd-src/gnu/llvm/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 | 256 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs() 285 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 138 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 252 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | Host.cpp | 259 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 129 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 303 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 72 Array *GetAsArray() { in GetAsArray() function
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1020 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse() 1021 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse() 1026 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
|
| H A D | Disassembler.cpp | 745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 707 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1431 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() 1560 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() 1948 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo() 2005 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo() 2462 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2653 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer() 3901 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo() 4157 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins() 4185 ? 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 513 thread_extended_sp->GetAsArray(); in GetExtendedBacktraceThread()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 1000 StructuredData::Array *arr = val->GetAsArray(); in ExtractAppSpecificInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Thread.cpp | 1851 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
|