Searched defs:SetError (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 124 void SBError::SetError(uint32_t err, ErrorType type) { in SetError() function in SBError 131 void SBError::SetError(Status &&lldb_error) { in SetError() function in SBError
|
| H A D | SBValueList.cpp | 71 void SetError(Status &&error) { m_error = std::move(error); } in SetError() function in ValueListImpl 213 void SBValueList::SetError(lldb_private::Status &&status) { in SetError() function in SBValueList
|
| H A D | SBCommandReturnObject.cpp | 346 void SBCommandReturnObject::SetError(lldb::SBError &error, in SetError() function in SBCommandReturnObject 356 void SBCommandReturnObject::SetError(const char *error_cstr) { in SetError() function in SBCommandReturnObject
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandReturnObject.cpp | 135 void CommandReturnObject::SetError(Status error) { in SetError() function in CommandReturnObject 139 void CommandReturnObject::SetError(llvm::Error error) { in SetError() function in CommandReturnObject
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | AsmLexer.h | 78 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm64.h | 157 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
|
| H A D | RegisterContextDarwin_arm.h | 190 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
|
| H A D | RegisterContextDarwin_x86_64.h | 149 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
|
| H A D | RegisterContextDarwin_riscv32.h | 184 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 1311 void SetError(const char *error) { m_error = error; } in SetError() function in lldb_private::curses::TextFieldDelegate 2314 void SetError(const char *error) { m_error = error; } in SetError() function in lldb_private::curses::FormDelegate
|