reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/XML.h
  130   XMLNode GetRootElement(const char *required_name = nullptr);

References

tools/lldb/source/Host/common/XML.cpp
  408     XMLNode plist = m_xml_doc.GetRootElement("plist");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1616   XMLNode map_node = xml_document.GetRootElement("memory-map");
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4512     XMLNode target_node = xml_document.GetRootElement("target");
 4556       XMLNode feature_node = xml_document.GetRootElement("feature");
 4664     XMLNode root_element = doc.GetRootElement("library-list-svr4");
 4753     XMLNode root_element = doc.GetRootElement("library-list");