Home
last modified time | relevance | path

Searched defs:GetError (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp35 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
H A DStringExtractorGDBRemote.cpp490 uint8_t StringExtractorGDBRemote::GetError() { in GetError() function in StringExtractorGDBRemote
H A DStatus.cpp174 Status::ValueType Status::GetError() const { return m_code; } in GetError() function in Status
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp68 const Status &GetError() const { return m_error; } in GetError() function in ValueListImpl
204 lldb::SBError SBValueList::GetError() { in GetError() function in SBValueList
H A DSBTraceCursor.cpp85 const char *SBTraceCursor::GetError() const { in GetError() function in SBTraceCursor
H A DSBCommandReturnObject.cpp92 const char *SBCommandReturnObject::GetError() { in GetError() function in SBCommandReturnObject
309 const char *SBCommandReturnObject::GetError(bool only_if_no_immediate) { in GetError() function in SBCommandReturnObject
H A DSBError.cpp85 uint32_t SBError::GetError() const { in GetError() function in SBError
H A DSBWatchpoint.cpp83 SBError SBWatchpoint::GetError() { in GetError() function in SBWatchpoint
H A DSBValue.cpp212 Status &GetError() { return m_lock_error; } in GetError() function in ValueLocker
265 SBError SBValue::GetError() { in GetError() function in SBValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp303 const char *ProcessFreeBSDKernelFVC::GetError() { return fvc_geterr(m_fvc); } in GetError() function in ProcessFreeBSDKernelFVC
330 const char *ProcessFreeBSDKernelKVM::GetError() { return kvm_geterr(m_kvm); } in GetError() function in ProcessFreeBSDKernelKVM
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp98 llvm::StringRef TraceCursorIntelPT::GetError() const { in GetError() function in TraceCursorIntelPT
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h132 const Status &GetError() { return m_error; } in GetError() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h137 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
H A DRegisterContextDarwin_arm.h170 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
H A DRegisterContextDarwin_i386.h126 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
H A DRegisterContextDarwin_x86_64.h131 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp283 const Status &ValueObject::GetError() { in GetError() function in ValueObject
H A DIOHandlerCursesGUI.cpp1308 const std::string &GetError() { return m_error; } in GetError() function in curses::TextFieldDelegate
2311 const std::string &GetError() { return m_error; } in GetError() function in curses::FormDelegate
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1954 auto GetError = [this, &HasVScale, Loc]() { in parseLowLevelType() local