Home
last modified time | relevance | path

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

/freebsd/contrib/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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h97 auto array = m_data_sp->GetAsArray(); in GetSize()
114 auto array = m_data_sp->GetAsArray(); in GetItemAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h190 OptionValueArray *GetAsArray();
191 const OptionValueArray *GetAsArray() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h93 Array *GetAsArray() { in GetAsArray()
503 result = value_sp->GetAsArray(); in GetValueForKeyAsInteger()
92 Array *GetAsArray() { GetAsArray() function
/freebsd/contrib/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 GetAsArray() function in OptionValue
109 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray() function in OptionValue
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp167 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1328 StructuredData::Array *array_val = obj_sp->GetAsArray(); in ParseUsageMaskFromArray()
1349 StructuredData::Array *arr_val = obj->GetAsArray(); in ParseUsageMaskFromArray()
1564 StructuredData::Array *array = obj_sp->GetAsArray(); in SetOptionsFromArray()
1583 StructuredData::Array *enum_arr = object->GetAsArray(); in SetOptionsFromArray()
1893 StructuredData::Array *args_array = args_object_sp->GetAsArray(); in CommandObjectScriptingObjectParsed()
1973 StructuredData::Array *args_array = object->GetAsArray(); in CommandObjectScriptingObjectParsed()
H A DCommandObjectBreakpoint.cpp2205 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp311 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp132 return GetAsArray()->GetItemAtIndex(val); in GetObjectForDotSeparatedPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1112 if (value->GetAsArray()->GetSize() > 0) { in FormatThreadExtendedInfoRecurse()
1113 s.Printf("%zu", value->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
1118 value->GetAsDictionary()->GetKeys()->GetAsArray()->GetSize()); in FormatThreadExtendedInfoRecurse()
H A DDisassembler.cpp787 option_value_sp->GetAsArray()->InsertValue(idx, data_value_sp); in ReadArray()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp716 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2696 StructuredData::Array *array = data->GetAsArray(); in QueryGDBServer()
3990 StructuredData::Array *response_array = response_object_sp->GetAsArray(); in GetModulesInfo()
4239 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4267 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DProcessGDBRemote.cpp1516 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1645 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()
2099 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2157 StructuredData::Array *array = object->GetAsArray(); in SetThreadStopInfo()
2648 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
H A DGDBRemoteCommunicationServerCommon.cpp1166 StructuredData::Array *packet_array = object_sp->GetAsArray(); in Handle_jModulesInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1902 StructuredData::Array *messages_array = messages->GetAsArray(); in GetDescription()
H A DTarget.cpp1174 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()
1270 StructuredData::Array *bkpt_array = input_data_sp->GetAsArray(); in CreateBreakpointsFromFile()