Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp328 XMLNode XMLNode::FindFirstChildElementWithName(const char *name) const { in FindFirstChildElementWithName() function in XMLNode
360 XMLNode node = FindFirstChildElementWithName(path[0].c_str()); in GetElementForPath()
363 node = node.FindFirstChildElementWithName(path[i].c_str()); in GetElementForPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h85 XMLNode FindFirstChildElementWithName(const char *name) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5020 library.FindFirstChildElementWithName("section"); in GetLoadedModuleList()