| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.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-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 100 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 D | OptionValue.h | 191 OptionValueArray *GetAsArray(); 193 const OptionValueArray *GetAsArray() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 89 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 D | OptionValue.cpp | 108 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray() function in OptionValue 114 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
|
| H A D | OptionValueProperties.cpp | 290 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 D | SBStructuredData.cpp | 99 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 251 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 178 return this->GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 316 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
|
| /freebsd-12.1/contrib/llvm/tools/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()
|
| H A D | Disassembler.cpp | 816 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 D | GDBRemoteCommunicationClient.cpp | 2508 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 D | ProcessGDBRemote.cpp | 1617 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 D | GDBRemoteCommunicationServerCommon.cpp | 1127 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 746 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 1018 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile() 1115 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()
|
| H A D | Thread.cpp | 2026 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
|