Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h134 llvm::StringRef GetErrors() const;
155 llvm::StringRef GetErrors() const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp81 llvm::StringRef XMLDocument::GetErrors() const { return m_errors.GetString(); } in GetErrors() function in XMLDocument
383 llvm::StringRef ApplePropertyList::GetErrors() const { in GetErrors() function in ApplePropertyList
384 return m_xml_doc.GetErrors(); in GetErrors()