Home
last modified time | relevance | path

Searched refs:GetErrors (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DXML.h134 llvm::StringRef GetErrors() const;
155 llvm::StringRef GetErrors() const;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DXML.cpp79 llvm::StringRef XMLDocument::GetErrors() const { return m_errors.GetString(); } in GetErrors() function in XMLDocument
381 llvm::StringRef ApplePropertyList::GetErrors() const { in GetErrors() function in ApplePropertyList
382 return m_xml_doc.GetErrors(); in GetErrors()