Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp255 void SBCommandReturnObject::SetImmediateOutputFile(FILE *fh) { in SetImmediateOutputFile() function in SBCommandReturnObject
256 LLDB_RECORD_DUMMY(void, SBCommandReturnObject, SetImmediateOutputFile, in SetImmediateOutputFile()
259 SetImmediateOutputFile(fh, false); in SetImmediateOutputFile()
269 void SBCommandReturnObject::SetImmediateOutputFile(FILE *fh, in SetImmediateOutputFile() function in SBCommandReturnObject
271 LLDB_RECORD_DUMMY(void, SBCommandReturnObject, SetImmediateOutputFile, in SetImmediateOutputFile()
274 ref().SetImmediateOutputFile(file); in SetImmediateOutputFile()
285 void SBCommandReturnObject::SetImmediateOutputFile(SBFile file) { in SetImmediateOutputFile() function in SBCommandReturnObject
286 LLDB_RECORD_METHOD(void, SBCommandReturnObject, SetImmediateOutputFile, in SetImmediateOutputFile()
288 ref().SetImmediateOutputFile(file.m_opaque_sp); in SetImmediateOutputFile()
297 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { in SetImmediateOutputFile() function in SBCommandReturnObject
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i94 void SetImmediateOutputFile(lldb::SBFile file);
96 void SetImmediateOutputFile(lldb::FileSP BORROWED);
105 void SetImmediateOutputFile(lldb::FileSP BORROWED, bool transfer_ownership) { in SetImmediateOutputFile() function
106 self->SetImmediateOutputFile(BORROWED); in SetImmediateOutputFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h79 void SetImmediateOutputFile(FILE *fh); // DEPRECATED
83 void SetImmediateOutputFile(FILE *fh, bool transfer_ownership); // DEPRECATED
87 void SetImmediateOutputFile(SBFile file);
91 void SetImmediateOutputFile(FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h65 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp199 result->SetImmediateOutputFile(debugger.GetOutputStream().GetFileSP()); in ScriptInterpreterIORedirect()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3292 self->SetImmediateOutputFile(BORROWED); in lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2()
14153 (arg1)->SetImmediateOutputFile(arg2); in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_0()
14217 (arg1)->SetImmediateOutputFile(arg2); in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_1()