Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp590 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 DStructuredDataImpl.h107 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 DOptionValue.h193 OptionValueArray *GetAsArray();
195 const OptionValueArray *GetAsArray() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp211 ->GetAsArray()) { in DoInitialImageFetch()
400 ->GetAsArray() && in AddBinaries()
403 ->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.cpp564 ->GetAsArray() && in AddModulesUsingImageInfosAddress()
567 ->GetAsArray() in AddModulesUsingImageInfosAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h85 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 DOptionValue.cpp106 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue
112 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
H A DOptionValueProperties.cpp256 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
285 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp138 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp252 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp259 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp129 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp303 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h72 Array *GetAsArray() { in GetAsArray() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1020 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 DDisassembler.cpp745 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp707 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1431 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 DGDBRemoteCommunicationClient.cpp2653 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 DGDBRemoteCommunicationServerCommon.cpp1164 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp513 thread_extended_sp->GetAsArray(); in GetExtendedBacktraceThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1000 StructuredData::Array *arr = val->GetAsArray(); in ExtractAppSpecificInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1851 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()

12