Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp263 void SBCommandReturnObject::SetImmediateOutputFile(FILE *fh) { in SetImmediateOutputFile() function in SBCommandReturnObject
266 SetImmediateOutputFile(fh, false); in SetImmediateOutputFile()
275 void SBCommandReturnObject::SetImmediateOutputFile(FILE *fh, in SetImmediateOutputFile() function in SBCommandReturnObject
279 ref().SetImmediateOutputFile(file); in SetImmediateOutputFile()
289 void SBCommandReturnObject::SetImmediateOutputFile(SBFile file) { in SetImmediateOutputFile() function in SBCommandReturnObject
291 ref().SetImmediateOutputFile(file.m_opaque_sp); in SetImmediateOutputFile()
299 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { in SetImmediateOutputFile() function in SBCommandReturnObject
301 SetImmediateOutputFile(SBFile(file_sp)); in SetImmediateOutputFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h98 void SetImmediateOutputFile(FILE *fh);
108 void SetImmediateOutputFile(FILE *fh, bool transfer_ownership);
116 void SetImmediateOutputFile(SBFile file);
120 void SetImmediateOutputFile(FileSP BORROWED);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObjectExtensions.i7 void SetImmediateOutputFile(lldb::FileSP BORROWED, bool transfer_ownership) { in SetImmediateOutputFile() function
8 self->SetImmediateOutputFile(BORROWED); in SetImmediateOutputFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h79 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp250 result->SetImmediateOutputFile(debugger.GetOutputFileSP()); in ScriptInterpreterIORedirect()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3321 self->SetImmediateOutputFile(BORROWED); in lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2()
15596 (arg1)->SetImmediateOutputFile(SWIG_STD_MOVE(arg2)); in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_0()
15660 (arg1)->SetImmediateOutputFile(SWIG_STD_MOVE(arg2)); in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_1()