Home
last modified time | relevance | path

Searched refs:GetErrorData (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp111 SBStructuredData SBCommandReturnObject::GetErrorData() { in GetErrorData() function in SBCommandReturnObject
114 StructuredData::ObjectSP data(ref().GetErrorData()); in GetErrorData()
H A DSBError.cpp102 SBStructuredData SBError::GetErrorData() const { in GetErrorData() function in SBError
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h52 SBStructuredData GetErrorData() const;
H A DSBCommandReturnObject.h52 SBStructuredData GetErrorData();
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h57 StructuredData::ObjectSP GetErrorData();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp172 StructuredData::ObjectSP CommandReturnObject::GetErrorData() { in GetErrorData() function in CommandReturnObject
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15057 result = (arg1)->GetErrorData(); in _wrap_SBCommandReturnObject_GetErrorData()
25188 result = ((lldb::SBError const *)arg1)->GetErrorData(); in _wrap_SBError_GetErrorData()