Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp142 size_t SBCommandReturnObject::PutError(FILE *fh) { in PutError() function in SBCommandReturnObject
143 LLDB_RECORD_DUMMY(size_t, SBCommandReturnObject, PutError, (FILE *), fh); in PutError()
152 size_t SBCommandReturnObject::PutError(FileSP file_sp) { in PutError() function in SBCommandReturnObject
153 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (FileSP), in PutError()
160 size_t SBCommandReturnObject::PutError(SBFile file) { in PutError() function in SBCommandReturnObject
161 LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (SBFile), file); in PutError()
389 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, PutError, (FILE *)); in RegisterMethods()
391 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, PutError, (SBFile)); in RegisterMethods()
393 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, PutError, (FileSP)); in RegisterMethods()
H A DSBDebugger.cpp524 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h57 size_t PutError(FILE *fh); // DEPRECATED
59 size_t PutError(SBFile file);
61 size_t PutError(FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i55 PutError (lldb::SBFile file);
61 PutError (lldb::FileSP BORROWED);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp502 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
510 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
577 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13545 result = (arg1)->PutError(arg2); in _wrap_SBCommandReturnObject_PutError__SWIG_0()
13675 result = (arg1)->PutError(arg2); in _wrap_SBCommandReturnObject_PutError__SWIG_1()