Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DXML.cpp478 StructuredData::ObjectSP CreatePlistValue(XMLNode node) { in CreatePlistValue() function
484 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
502 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue()
538 return CreatePlistValue(m_dict_node); in GetStructuredData()