Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp457 std::shared_ptr<StructuredData::Array> array_sp( in CreatePlistValue() local
459 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
460 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
463 return array_sp; in CreatePlistValue()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp137 StructuredData::ObjectSP array_sp = dict->GetKeys(); in GetKeys() local
138 StructuredData::Array *key_arr = array_sp->GetAsArray(); in GetKeys()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp707 auto array_sp = object_sp->GetAsArray(); in GetRemoteUnixSignals() local
708 if (!array_sp || !array_sp->IsValid()) in GetRemoteUnixSignals()
713 bool done = array_sp->ForEach( in GetRemoteUnixSignals()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h395 auto array_sp = std::make_shared<Array>(); in GetKeys() local
400 array_sp->Push(key_object_sp); in GetKeys()
402 return array_sp; in GetKeys()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp232 auto array_sp = std::make_shared<StructuredData::Array>(); in ConvertToStructuredArray() local
244 array_sp->AddItem(dict_sp); in ConvertToStructuredArray()
246 return array_sp; in ConvertToStructuredArray()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp883 StructuredData::ArraySP array_sp = std::make_shared<StructuredData::Array>(); in ExtractCrashInfoAnnotations() local
975 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
978 return array_sp; in ExtractCrashInfoAnnotations()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp686 TypeSP array_sp = in CreateArrayType() local
690 array_sp->SetEncodingType(element_type.get()); in CreateArrayType()
691 return array_sp; in CreateArrayType()