Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp456 static StructuredData::ObjectSP CreatePlistValue(XMLNode node) { in CreatePlistValue() function
462 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
480 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue()
515 return CreatePlistValue(m_dict_node); in GetStructuredData()