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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h85 XMLNode FindFirstChildElementWithName(const char *name) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp348 XMLNode XMLNode::FindFirstChildElementWithName(const char *name) const { function in class:XMLNode
380 XMLNode node = FindFirstChildElementWithName(path[0].c_str());
383 node = node.FindFirstChildElementWithName(path[i].c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4757 library.FindFirstChildElementWithName("section");

Completed in 120 milliseconds