Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DXMLTest.cpp74 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 DXML.h127 bool ParseMemory(const char *xml, size_t xml_length,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DXML.cpp52 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 DProcessGDBRemote.cpp4218 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 DGDBRemoteCommunicationClient.cpp1728 if (!xml_document.ParseMemory(xml->c_str(), xml->size())) { in LoadQXferMemoryMap()