Home
last modified time | relevance | path

Searched refs:GetErrorData (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp78 llvm::StringRef output = m_opaque_ap->GetErrorData(); in GetError()
99 return (m_opaque_ap ? m_opaque_ap->GetErrorData().size() : 0); in GetErrorSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h39 llvm::StringRef GetErrorData() { in GetErrorData() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2260 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2815 llvm::StringRef error = result.GetErrorData(); in IOHandlerInputComplete()