| /llvm-project/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() 701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress() 722 ->GetAsArray() in GetLocationDescription() 726 ->GetAsArray() in GetLocationDescription() [all...] |
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 97 auto array = m_data_sp->GetAsArray(); in GetType() 114 auto array = m_data_sp->GetAsArray(); in GetValueForKey()
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 212 ->GetAsArray()) { in DoInitialImageFetch() 423 ->GetAsArray() && in AddBinaries() 426 ->GetAsArray() in AddBinaries()
|
| H A D | DynamicLoaderDarwin.cpp | 371 image_infos.resize(images_sp->GetAsArray()->GetSize()); in JSONImageInformationIntoImageInfo() 375 images_sp->GetAsArray()->GetItemAtIndex(i); in JSONImageInformationIntoImageInfo() 385 image->GetValueForKey("segments")->GetAsArray() == nullptr || in JSONImageInformationIntoImageInfo() 465 image->GetValueForKey("segments")->GetAsArray(); in JSONImageInformationIntoImageInfo()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 568 ->GetAsArray() && in AddModulesUsingImageInfosAddress() 571 ->GetAsArray() in AddModulesUsingImageInfosAddress()
|
| /llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 198 OptionValueArray *GetAsArray(); 199 const OptionValueArray *GetAsArray() const;
|
| /llvm-project/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.cpp | 77 auto Keys = KeysObj->GetAsArray(); in parseRegisters() 104 StructuredData::Array *array = json->GetAsArray(); in create()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 167 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 199 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs() 228 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
|
| H A D | OptionValue.cpp | 103 OptionValueArray *OptionValue::GetAsArray() { in GetAsArch() 109 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() 105 OptionValueArray *OptionValue::GetAsArray() { GetAsArray() function in OptionValue 111 const OptionValueArray *OptionValue::GetAsArray() const { GetAsArray() function in OptionValue
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1325 StructuredData::Array *array_val = obj_sp->GetAsArray(); in ParseUsageMaskFromArray() 1346 StructuredData::Array *arr_val = obj->GetAsArray(); in ParseUsageMaskFromArray() 1562 StructuredData::Array *array = obj_sp->GetAsArray(); in SetOptionsFromArray() 1581 StructuredData::Array *enum_arr = object->GetAsArray(); in SetOptionsFromArray() 1891 StructuredData::Array *args_array = args_object_sp->GetAsArray(); in DoExecute() 1971 StructuredData::Array *args_array = object->GetAsArray(); in OptionParsingStarting()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 93 Array *GetAsArray() { in GetAsArray() function 503 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /llvm-project/lldb/source/Host/windows/ |
| H A D | Host.cpp | 262 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
|
| /llvm-project/third-party/benchmark/src/ |
| H A D | sysinfo.cc | 149 std::array<T, N> GetAsArray() { in GetAsArray() function 213 *out = buff.GetAsArray<Tp, N>(); in GetSysctl()
|
| /llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 72 Array *GetAsArray() { in GetAsArray() function
|
| /llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
|
| /llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1058 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse() 1059 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse() 1064 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
|
| /llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 720 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2679 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer() 3973 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo() 4222 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins() 4250 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
|
| H A D | ProcessGDBRemote.cpp | 1442 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() 1571 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() 2057 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo() 2115 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo() 2596 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in DoReadMemory()
|
| /llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 518 thread_extended_sp->GetAsArray(); in GetExtendedBacktraceThread()
|
| /llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 1023 StructuredData::Array *arr = val->GetAsArray(); in AddClangModuleCompilationOptionsForSDKType()
|