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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h161 XMLNode GetValueNode(const char *key) const;
168 // Using a node returned from GetValueNode() extract its value as a string
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp426 XMLNode value_node = GetValueNode(key);
432 XMLNode ApplePropertyList::GetValueNode(const char *key) const { function in class:ApplePropertyList

Completed in 116 milliseconds