Searched refs:ParseMemory (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | XMLTest.cpp | 74 ASSERT_TRUE(doc.ParseMemory(test_xml.data(), test_xml.size())); in TEST() 100 ASSERT_FALSE(doc.ParseMemory(test_xml.data(), test_xml.size())); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | XML.h | 127 bool ParseMemory(const char *xml, size_t xml_length,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | XML.cpp | 52 bool XMLDocument::ParseMemory(const char *xml, size_t xml_length, in ParseMemory() function in XMLDocument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4218 if (xml_document.ParseMemory(raw->c_str(), raw->size(), in GetGDBServerRegisterInfoXMLAndProcess() 4402 if (!doc.ParseMemory(raw->c_str(), raw->size(), "noname.xml")) in GetLoadedModuleList() 4487 if (!doc.ParseMemory(raw->c_str(), raw->size(), "noname.xml")) in GetLoadedModuleList()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1728 if (!xml_document.ParseMemory(xml->c_str(), xml->size())) { in LoadQXferMemoryMap()
|