Searched refs:XMLDocument (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp18 #pragma mark-- XMLDocument
20 XMLDocument::XMLDocument() : m_document(nullptr) {} function in class:XMLDocument
22 XMLDocument::~XMLDocument() { Clear(); }
24 void XMLDocument::Clear() {
34 bool XMLDocument::IsValid() const { return m_document != nullptr; }
36 void XMLDocument::ErrorCallback(void *ctx, const char *format, ...) {
37 XMLDocument *document = (XMLDocument *)ct
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h113 class XMLDocument { class in namespace:lldb_private
115 XMLDocument();
117 ~XMLDocument();
176 XMLDocument m_xml_doc;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4493 XMLDocument xml_document;
4605 if (!XMLDocument::XMLEnabled())
4622 if (!XMLDocument::XMLEnabled())
4646 XMLDocument doc;
4735 XMLDocument doc;
H A DGDBRemoteCommunicationClient.cpp1594 if (!XMLDocument::XMLEnabled()) {
1612 XMLDocument xml_document;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp684 *config_up, "xml", XMLDocument::XMLEnabled(),

Completed in 129 milliseconds