Home
last modified time | relevance | path

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

12

/llvm-project/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()
701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
722 ->GetAsArray() in GetLocationDescription()
726 ->GetAsArray() in GetLocationDescription()
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h97 auto array = m_data_sp->GetAsArray(); in GetType()
114 auto array = m_data_sp->GetAsArray(); in GetValueForKey()
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp212 ->GetAsArray()) { in DoInitialImageFetch()
423 ->GetAsArray() && in AddBinaries()
426 ->GetAsArray() in AddBinaries()
H A DDynamicLoaderDarwin.cpp371 image_infos.resize(images_sp->GetAsArray()->GetSize()); in JSONImageInformationIntoImageInfo()
375 images_sp->GetAsArray()->GetItemAtIndex(i); in JSONImageInformationIntoImageInfo()
385 image->GetValueForKey("segments")->GetAsArray() == nullptr || in JSONImageInformationIntoImageInfo()
465 image->GetValueForKey("segments")->GetAsArray(); in JSONImageInformationIntoImageInfo()
H A DDynamicLoaderMacOSXDYLD.cpp568 ->GetAsArray() && in AddModulesUsingImageInfosAddress()
571 ->GetAsArray() in AddModulesUsingImageInfosAddress()
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h198 OptionValueArray *GetAsArray();
199 const OptionValueArray *GetAsArray() const;
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp77 auto Keys = KeysObj->GetAsArray(); in parseRegisters()
104 StructuredData::Array *array = json->GetAsArray(); in create()
/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp167 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp199 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
228 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
H A DOptionValue.cpp103 OptionValueArray *OptionValue::GetAsArray() { in GetAsArch()
109 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray()
105 OptionValueArray *OptionValue::GetAsArray() { GetAsArray() function in OptionValue
111 const OptionValueArray *OptionValue::GetAsArray() const { GetAsArray() function in OptionValue
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1325 StructuredData::Array *array_val = obj_sp->GetAsArray(); in ParseUsageMaskFromArray()
1346 StructuredData::Array *arr_val = obj->GetAsArray(); in ParseUsageMaskFromArray()
1562 StructuredData::Array *array = obj_sp->GetAsArray(); in SetOptionsFromArray()
1581 StructuredData::Array *enum_arr = object->GetAsArray(); in SetOptionsFromArray()
1891 StructuredData::Array *args_array = args_object_sp->GetAsArray(); in DoExecute()
1971 StructuredData::Array *args_array = object->GetAsArray(); in OptionParsingStarting()
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h93 Array *GetAsArray() { in GetAsArray() function
503 result = value_sp->GetAsArray(); in GetValueForKeyAsArray()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp262 auto args_array_sp = args_sp->GetAsArray(); in ShellExpandArguments()
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc149 std::array<T, N> GetAsArray() { in GetAsArray() function
213 *out = buff.GetAsArray<Tp, N>(); in GetSysctl()
/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h72 Array *GetAsArray() { in GetAsArray() function
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/llvm-project/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()
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp720 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2679 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer()
3973 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo()
4222 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4250 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DProcessGDBRemote.cpp1442 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1571 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
2057 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2115 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2596 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in DoReadMemory()
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp518 thread_extended_sp->GetAsArray(); in GetExtendedBacktraceThread()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1023 StructuredData::Array *arr = val->GetAsArray(); in AddClangModuleCompilationOptionsForSDKType()

12