Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp481 std::shared_ptr<StructuredData::Array> array_sp( in CreatePlistValue() local
483 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
484 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
487 return array_sp; in CreatePlistValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp147 StructuredData::ObjectSP array_sp = dict->GetKeys(); in GetKeys() local
148 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp755 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals() local
756 if (!array_sp || !array_sp->IsValid()) in GetRemoteUnixSignals()
761 bool done = array_sp->ForEach( in GetRemoteUnixSignals()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp577 TypeSP array_sp = std::make_shared<lldb_private::Type>( in CreateArrayType() local
581 array_sp->SetEncodingType(element_type.get()); in CreateArrayType()
582 return array_sp; in CreateArrayType()