Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp454 static StructuredData::ObjectSP CreatePlistValue(XMLNode node) { in CreatePlistValue() function
460 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
478 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue()
513 return CreatePlistValue(m_dict_node); in GetStructuredData()