Searched refs:ParseMemory (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h127 bool ParseMemory(const char *xml, size_t xml_length,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp55 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, function in class:XMLDocument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4495 if (xml_document.ParseMemory(raw.c_str(), raw.size(), xml_filename.c_str())) {
4648 if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml"))
4737 if (!doc.ParseMemory(raw.c_str(), raw.size(), "noname.xml"))
H A DGDBRemoteCommunicationClient.cpp1614 if (!xml_document.ParseMemory(xml.c_str(), xml.size())) {

Completed in 137 milliseconds