Home
last modified time | relevance | path

Searched refs:FindFirstChildElementWithName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp348 XMLNode XMLNode::FindFirstChildElementWithName(const char *name) const { in FindFirstChildElementWithName() function in XMLNode
380 XMLNode node = FindFirstChildElementWithName(path[0].c_str()); in GetElementForPath()
383 node = node.FindFirstChildElementWithName(path[i].c_str()); in GetElementForPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DXML.h84 XMLNode FindFirstChildElementWithName(const char *name) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4793 library.FindFirstChildElementWithName("section"); in GetLoadedModuleList()