Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DXML.h168 XMLNode GetValueNode(const char *key) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp426 XMLNode value_node = GetValueNode(key); in GetValueAsString()
432 XMLNode ApplePropertyList::GetValueNode(const char *key) const { in GetValueNode() function in ApplePropertyList