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.cpp242 void SBCommandReturnObject::SetImmediateOutputFile(FILE *fh) { in SetImmediateOutputFile() function in SBCommandReturnObject
245 SetImmediateOutputFile(fh, false); in SetImmediateOutputFile()
254 void SBCommandReturnObject::SetImmediateOutputFile(FILE *fh, in SetImmediateOutputFile() function in SBCommandReturnObject
258 ref().SetImmediateOutputFile(file); in SetImmediateOutputFile()
268 void SBCommandReturnObject::SetImmediateOutputFile(SBFile file) { in SetImmediateOutputFile() function in SBCommandReturnObject
270 ref().SetImmediateOutputFile(file.m_opaque_sp); in SetImmediateOutputFile()
278 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { in SetImmediateOutputFile() function in SBCommandReturnObject
280 SetImmediateOutputFile(SBFile(file_sp)); in SetImmediateOutputFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h93 void SetImmediateOutputFile(FILE *fh);
103 void SetImmediateOutputFile(FILE *fh, bool transfer_ownership);
111 void SetImmediateOutputFile(SBFile file);
115 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.h66 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp242 result->SetImmediateOutputFile(debugger.GetOutputStream().GetFileSP()); in ScriptInterpreterIORedirect()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3387 self->SetImmediateOutputFile(BORROWED); in lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2()
15546 (arg1)->SetImmediateOutputFile(arg2); in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_0()
15610 (arg1)->SetImmediateOutputFile(arg2); in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_1()