/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegularExpression.cpp | 36 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
|
H A D | StringExtractorGDBRemote.cpp | 490 uint8_t StringExtractorGDBRemote::GetError() { in GetError() function in StringExtractorGDBRemote
|
H A D | Status.cpp | 173 Status::ValueType Status::GetError() const { return m_code; } in GetError() function in Status
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValueList.cpp | 68 const Status &GetError() const { return m_error; } in GetError() function in ValueListImpl 204 lldb::SBError SBValueList::GetError() { in GetError() function in SBValueList
|
H A D | SBTraceCursor.cpp | 85 const char *SBTraceCursor::GetError() const { in GetError() function in SBTraceCursor
|
H A D | SBCommandReturnObject.cpp | 92 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 D | SBError.cpp | 85 uint32_t SBError::GetError() const { in GetError() function in SBError
|
H A D | SBWatchpoint.cpp | 84 SBError SBWatchpoint::GetError() { GetError() function in SBWatchpoint
|
H A D | SBValue.cpp | 212 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/Trace/intel-pt/ |
H A D | TraceCursorIntelPT.cpp | 98 llvm::StringRef TraceCursorIntelPT::GetError() const { in GetError() function in TraceCursorIntelPT
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 305 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/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Watchpoint.h | 132 const Status &GetError() { return m_error; } in GetError() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.h | 137 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
H A D | RegisterContextDarwin_arm.h | 170 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
H A D | RegisterContextDarwin_i386.h | 126 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
H A D | RegisterContextDarwin_x86_64.h | 131 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 283 const Status &ValueObject::GetError() { in GetError() function in ValueObject
|
H A D | IOHandlerCursesGUI.cpp | 1308 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 D | MIParser.cpp | 1963 auto GetError = [this, &HasVScale, Loc]() { in parseLowLevelType() local
|