Home
last modified time | relevance | path

Searched refs:array_sp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp459 std::shared_ptr<StructuredData::Array> array_sp( in CreatePlistValue() local
461 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
462 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
465 return array_sp; in CreatePlistValue()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp161 StructuredData::ObjectSP array_sp = dict->GetKeys(); in GetKeys() local
162 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp714 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals() local
715 if (!array_sp || !array_sp->IsValid()) in GetRemoteUnixSignals()
720 bool done = array_sp->ForEach( in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h411 auto array_sp = std::make_shared<Array>(); in GetKeys() local
414 array_sp->Push(key_object_sp); in GetKeys()
416 return array_sp; in GetKeys()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp231 auto array_sp = std::make_shared<StructuredData::Array>(); in ConvertToStructuredArray() local
243 array_sp->AddItem(dict_sp); in ConvertToStructuredArray()
245 return array_sp; in ConvertToStructuredArray()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp689 TypeSP array_sp = in CreateArrayType() local
693 array_sp->SetEncodingType(element_type.get()); in CreateArrayType()
694 return array_sp; in CreateArrayType()