Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DXML.h161 XMLNode GetValueNode(const char *key) const;
/external/llvm-project/lldb/source/Host/common/
DXML.cpp426 XMLNode value_node = GetValueNode(key); in GetValueAsString()
432 XMLNode ApplePropertyList::GetValueNode(const char *key) const { in GetValueNode() function in ApplePropertyList