/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 495 error.SetErrorToGenericError(); in CanInterpret() 508 error.SetErrorToGenericError(); in CanInterpret() 522 error.SetErrorToGenericError(); in CanInterpret() 530 error.SetErrorToGenericError(); in CanInterpret() 541 error.SetErrorToGenericError(); in CanInterpret() 551 error.SetErrorToGenericError(); in CanInterpret() 712 error.SetErrorToGenericError(); in Interpret() 725 error.SetErrorToGenericError(); in Interpret() 732 error.SetErrorToGenericError(); in Interpret() 807 error.SetErrorToGenericError(); in Interpret() [all …]
|
D | IRMemoryMap.cpp | 317 error.SetErrorToGenericError(); in Malloc() 323 error.SetErrorToGenericError(); in Malloc() 354 error.SetErrorToGenericError(); in Malloc() 374 error.SetErrorToGenericError(); in Malloc() 380 error.SetErrorToGenericError(); in Malloc() 436 error.SetErrorToGenericError(); in Leak() 452 error.SetErrorToGenericError(); in Free() 528 error.SetErrorToGenericError(); in WriteMemory() 542 error.SetErrorToGenericError(); in WriteMemory() 547 error.SetErrorToGenericError(); in WriteMemory() [all …]
|
D | IRExecutionUnit.cpp | 119 ret.SetErrorToGenericError(); in DisassembleFunction() 135 ret.SetErrorToGenericError(); in DisassembleFunction() 146 ret.SetErrorToGenericError(); in DisassembleFunction() 159 ret.SetErrorToGenericError(); in DisassembleFunction() 173 ret.SetErrorToGenericError(); in DisassembleFunction() 181 ret.SetErrorToGenericError(); in DisassembleFunction() 208 err->SetErrorToGenericError(); in ReportInlineAsmError() 228 error.SetErrorToGenericError(); in GetRunnableInfo() 286 error.SetErrorToGenericError(); in GetRunnableInfo() 341 error.SetErrorToGenericError(); in GetRunnableInfo()
|
D | Materializer.cpp | 1359 error.SetErrorToGenericError(); in Materialize() 1367 error.SetErrorToGenericError(); in Materialize() 1408 error.SetErrorToGenericError(); in Dematerialize() 1413 error.SetErrorToGenericError(); in Dematerialize()
|
/external/llvm-project/lldb/source/Utility/ |
D | Status.cpp | 58 SetErrorToGenericError(); in Status() 83 SetErrorToGenericError(); in operator =() 232 void Status::SetErrorToGenericError() { in SetErrorToGenericError() function in Status 247 SetErrorToGenericError(); in SetErrorString() 274 SetErrorToGenericError(); in SetErrorStringWithVarArg()
|
/external/llvm-project/lldb/source/API/ |
D | SBError.cpp | 117 void SBError::SetErrorToGenericError() { in SetErrorToGenericError() function in SBError 118 LLDB_RECORD_METHOD_NO_ARGS(void, SBError, SetErrorToGenericError); in SetErrorToGenericError() 121 m_opaque_up->SetErrorToGenericError(); in SetErrorToGenericError() 204 LLDB_REGISTER_METHOD(void, SBError, SetErrorToGenericError, ()); in RegisterMethods()
|
/external/llvm-project/lldb/test/API/python_api/sberror/ |
D | TestSBError.py | 12 error.SetErrorToGenericError()
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_error.py | 16 obj.SetErrorToGenericError()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBError.i | 91 SetErrorToGenericError ();
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectRegister.cpp | 109 m_error.SetErrorToGenericError(); in UpdateValue() 264 m_error.SetErrorToGenericError(); in UpdateValue()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBError.h | 42 void SetErrorToGenericError();
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Status.h | 148 void SetErrorToGenericError();
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 738 error.SetErrorToGenericError(); in ProcessMonitor() 778 error.SetErrorToGenericError(); in ProcessMonitor() 897 args->m_error.SetErrorToGenericError(); in Launch() 985 args->m_error.SetErrorToGenericError(); in Attach()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 1324 err.SetErrorToGenericError(); in PrepareForExecution() 1336 err.SetErrorToGenericError(); in PrepareForExecution() 1461 err.SetErrorToGenericError(); in PrepareForExecution()
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 145 error.SetErrorToGenericError(); in ResolveExecutable()
|
D | Process.cpp | 2332 error.SetErrorToGenericError(); in WriteMemory() 2414 error.SetErrorToGenericError(); in AllocateMemory()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformAppleSimulator.cpp | 399 error.SetErrorToGenericError(); in ResolveExecutable()
|
D | PlatformRemoteDarwinDevice.cpp | 105 error.SetErrorToGenericError(); in ResolveExecutable()
|
/external/llvm-project/lldb/source/Host/common/ |
D | File.cpp | 463 error.SetErrorToGenericError(); in Sync()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 3043 error.SetErrorToGenericError(); in GetFilePermissions() 3045 error.SetErrorToGenericError(); in GetFilePermissions() 3107 error.SetErrorToGenericError(); in WriteFile() 3139 error.SetErrorToGenericError(); in CreateSymlink() 3170 error.SetErrorToGenericError(); in Unlink()
|
D | ProcessGDBRemote.cpp | 3208 error.SetErrorToGenericError(); in DisableBreakpointSite() 3214 error.SetErrorToGenericError(); in DisableBreakpointSite() 3228 error.SetErrorToGenericError(); in DisableBreakpointSite() 3280 error.SetErrorToGenericError(); in EnableWatchpoint() 3326 error.SetErrorToGenericError(); in DisableWatchpoint()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 136 error.SetErrorToGenericError(); in ResolveExecutable()
|