Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDRegularExpression.cpp36 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
HDStringExtractorGDBRemote.cpp490 uint8_t StringExtractorGDBRemote::GetError() { in GetError() function in StringExtractorGDBRemote
HDStatus.cpp173 Status::ValueType Status::GetError() const { return m_code; } in GetError() function in Status
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBValueList.cpp68 const Status &GetError() const { return m_error; } in GetError() function in ValueListImpl
204 lldb::SBError SBValueList::GetError() { in GetError() function in SBValueList
HDSBTraceCursor.cpp85 const char *SBTraceCursor::GetError() const { in GetError() function in SBTraceCursor
HDSBCommandReturnObject.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
HDSBError.cpp85 uint32_t SBError::GetError() const { in GetError() function in SBError
HDSBWatchpoint.cpp83 SBError SBWatchpoint::GetError() { in GetError() function in SBWatchpoint
HDSBValue.cpp212 Status &GetError() { return m_lock_error; } in GetError() function in ValueLocker
265 SBError SBValue::GetError() { in GetError() function in SBValue
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceCursorIntelPT.cpp98 llvm::StringRef TraceCursorIntelPT::GetError() const { in GetError() function in TraceCursorIntelPT
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
HDProcessFreeBSDKernel.cpp305 const char *ProcessFreeBSDKernelFVC::GetError() { return fvc_geterr(m_fvc); } in GetError() function in ProcessFreeBSDKernelFVC
333 const char *ProcessFreeBSDKernelKVM::GetError() { return kvm_geterr(m_kvm); } in GetError() function in ProcessFreeBSDKernelKVM
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpoint.h132 const Status &GetError() { return m_error; } in GetError() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextDarwin_arm64.h137 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
HDRegisterContextDarwin_arm.h170 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
HDRegisterContextDarwin_i386.h126 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
HDRegisterContextDarwin_x86_64.h131 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp283 const Status &ValueObject::GetError() { in GetError() function in ValueObject
HDIOHandlerCursesGUI.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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp1963 auto GetError = [this, &HasVScale, Loc]() { in parseLowLevelType() local