Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
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()
/external/llvm-project/lldb/include/lldb/Host/
DXML.h85 XMLNode FindFirstChildElementWithName(const char *name) const;
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4742 library.FindFirstChildElementWithName("section"); in GetLoadedModuleList()