Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h161 XMLNode GetValueNode(const char *key) const;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp404 XMLNode value_node = GetValueNode(key); in GetValueAsString()
410 XMLNode ApplePropertyList::GetValueNode(const char *key) const { in GetValueNode() function in ApplePropertyList