Searched refs:ParseMemory (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | XML.h | 127 bool ParseMemory(const char *xml, size_t xml_length,
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | XML.cpp | 54 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 D | ProcessGDBRemote.cpp | 4718 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 D | GDBRemoteCommunicationClient.cpp | 1752 if (!xml_document.ParseMemory(xml->c_str(), xml->size())) { in LoadQXferMemoryMap()
|