Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp592 StructuredData::Array *trace_array = trace->GetAsArray(); in GetFirstNonInternalFramePc()
631 ->GetAsArray() in GenerateSummary()
635 ->GetAsArray() in GenerateSummary()
643 ->GetAsArray() in GenerateSummary()
647 ->GetAsArray() in GenerateSummary()
659 ->GetAsArray() in GenerateSummary()
663 ->GetAsArray() in GenerateSummary()
704 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
725 ->GetAsArray() in GetLocationDescription()
729 ->GetAsArray() in GetLocationDescription()
[all...]
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h197 OptionValueArray *GetAsArray();
198 const OptionValueArray *GetAsArray() const;
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp162 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp105 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue
111 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
H A DOptionValueProperties.cpp199 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
228 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h93 Array *GetAsArray() { in GetAsArray() function
503 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1055 if (value->GetAsArray()->GetSize() > 0) { in ParseBaseName()
1056 s.Printf("%zu", value->GetAsArray()->GetSize()); in ParseBaseName()
1061 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in ParseBaseName()
H A DDisassembler.cpp753 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp722 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1439 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1568 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
2016 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2074 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2550 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in DoReadMemory()
H A DGDBRemoteCommunicationClient.cpp2677 StructuredData::Array *array = data->GetAsArray(); in KillSpawnedProcess()
3971 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in ReadExtFeature()
4220 !m_supported_async_json_packets_sp->GetAsArray()) { in ConfigureRemoteStructuredData()
4248 ? m_supported_async_json_packets_sp->GetAsArray() in OnRunPacketSent()
H A DGDBRemoteCommunicationServerCommon.cpp1164 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1857 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
H A DTarget.cpp1084 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()
1180 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2165 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in OptionParsingStarting()