Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Host/
H A DXMLTest.cpp20 XMLNode node = root.FindFirstChildElementWithName(element_name); in assertGetElement()
33 XMLNode attr_node = root.FindFirstChildElementWithName("attr"); in assertGetElement()
105 XMLNode node = root.FindFirstChildElementWithName("text"); in TEST()
/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()
/llvm-project/lldb/include/lldb/Host/
H A DXML.h85 XMLNode FindFirstChildElementWithName(const char *name) const;
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5083 library.FindFirstChildElementWithName("section"); in LoadModules()