Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h161 XMLNode GetValueNode(const char *key) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp406 XMLNode value_node = GetValueNode(key); in GetValueAsString()
412 XMLNode ApplePropertyList::GetValueNode(const char *key) const { in GetValueNode() function in ApplePropertyList