Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp589 StructuredData::Array *trace_array = trace->GetAsArray(); in GetFirstNonInternalFramePc()
627 ->GetAsArray() in GenerateSummary()
631 ->GetAsArray() in GenerateSummary()
639 ->GetAsArray() in GenerateSummary()
643 ->GetAsArray() in GenerateSummary()
655 ->GetAsArray() in GenerateSummary()
659 ->GetAsArray() in GenerateSummary()
703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
724 ->GetAsArray() in GetLocationDescription()
728 ->GetAsArray() in GetLocationDescription()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h100 auto array = m_data_sp->GetAsArray(); in GetSize()
117 auto array = m_data_sp->GetAsArray(); in GetItemAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h191 OptionValueArray *GetAsArray();
193 const OptionValueArray *GetAsArray() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h89 Array *GetAsArray() { in GetAsArray() function
267 result = value_sp->GetAsArray(); in GetItemAtIndexAsArray()
481 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp108 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue
114 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
H A DOptionValueProperties.cpp290 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
309 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp99 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp251 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp178 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp316 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1058 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse()
1059 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
1064 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
H A DDisassembler.cpp816 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2508 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer()
3640 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo()
3906 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
3933 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DProcessGDBRemote.cpp1617 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1755 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
2108 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2165 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2751 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
H A DGDBRemoteCommunicationServerCommon.cpp1127 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp746 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1018 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()
1115 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()
H A DThread.cpp2026 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()