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

Declarations

tools/lldb/include/lldb/Host/XML.h
  125   bool ParseMemory(const char *xml, size_t xml_length,

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1611   if (!xml_document.ParseMemory(xml.c_str(), xml.size())) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4507   if (xml_document.ParseMemory(raw.c_str(), raw.size(), xml_filename.c_str())) {
 4660     if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml"))
 4749     if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml"))