Home
last modified time | relevance | path

Searched refs:ToError (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStatus.h93 llvm::Error ToError() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp456 return error.ToError(); in EnableSoftwareBreakpoint()
476 return error.ToError(); in EnableSoftwareBreakpoint()
493 return error.ToError(); in EnableSoftwareBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp647 return status.ToError(); in parseLinuxNotes()
660 return status.ToError(); in parseLinuxNotes()
669 return status.ToError(); in parseLinuxNotes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp75 return status.ToError(); in Launch()
107 return status.ToError(); in Launch()
135 return status.ToError(); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp89 llvm::Error Status::ToError() const { in ToError() function in Status
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1278 listen_socket.Listen("127.0.0.1:0", backlog).ToError()) in ConnectLocally()
1296 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp1441 return error.ToError(); in Parse()