| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 589 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-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 104 auto array = m_data_sp->GetAsArray(); in GetSize() 121 auto array = m_data_sp->GetAsArray(); in GetItemAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 182 OptionValueArray *GetAsArray(); 184 const OptionValueArray *GetAsArray() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 85 Array *GetAsArray() { in GetAsArray() function 268 result = value_sp->GetAsArray(); in GetItemAtIndexAsArray() 482 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
|
| /freebsd-13.1/contrib/llvm-project/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 | 242 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs() 267 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 121 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 256 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 148 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 314 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 300 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1028 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse() 1029 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse() 1034 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
|
| H A D | Disassembler.cpp | 710 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 755 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1540 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() 1679 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() 2050 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo() 2108 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo() 2702 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2614 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer() 3777 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo() 4043 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins() 4071 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1101 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1831 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
|
| H A D | Target.cpp | 1010 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile() 1106 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 2135 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in HandleOptionArgumentCompletion()
|