Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp326 XMLNode XMLNode::FindFirstChildElementWithName(const char *name) const { in FindFirstChildElementWithName() function in XMLNode
358 XMLNode node = FindFirstChildElementWithName(path[0].c_str()); in GetElementForPath()
361 node = node.FindFirstChildElementWithName(path[i].c_str()); in GetElementForPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h85 XMLNode FindFirstChildElementWithName(const char *name) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4478 library.FindFirstChildElementWithName("section"); in GetLoadedModuleList()