Home
last modified time | relevance | path

Searched refs:PutError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h71 size_t PutError(FILE *fh);
74 size_t PutError(SBFile file);
76 size_t PutError(FileSP BORROWED);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp156 size_t SBCommandReturnObject::PutError(FILE *fh) { in PutError() function in SBCommandReturnObject
166 size_t SBCommandReturnObject::PutError(FileSP file_sp) { in PutError() function in SBCommandReturnObject
173 size_t SBCommandReturnObject::PutError(SBFile file) { in PutError() function in SBCommandReturnObject
H A DSBDebugger.cpp537 result.PutError(m_opaque_sp->GetErrorFileSP()); in HandleCommand()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp474 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15267 result = (arg1)->PutError(SWIG_STD_MOVE(arg2)); in _wrap_SBCommandReturnObject_PutError__SWIG_0()
15300 result = (arg1)->PutError(SWIG_STD_MOVE(arg2)); in _wrap_SBCommandReturnObject_PutError__SWIG_1()