Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h127 bool ParseMemory(const char *xml, size_t xml_length,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp54 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() function in XMLDocument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4718 if (xml_document.ParseMemory(raw->c_str(), raw->size(), in GetGDBServerRegisterInfoXMLAndProcess()
4914 if (!doc.ParseMemory(raw->c_str(), raw->size(), "noname.xml")) in GetLoadedModuleList()
4999 if (!doc.ParseMemory(raw->c_str(), raw->size(), "noname.xml")) in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1752 if (!xml_document.ParseMemory(xml->c_str(), xml->size())) { in LoadQXferMemoryMap()