Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h66 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile() function
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp242 result->SetImmediateOutputFile(debugger.GetOutputStream().GetFileSP());
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3387 self->SetImmediateOutputFile(BORROWED); in lldb_SBError___repr__()
15532 SWIG_check_num_args("lldb::SBCommandReturnObject::SetImmediateOutputFile",2,2) in _wrap_new_SBCommunication__SWIG_0()
15533 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommandReturnObject::SetImmediateOutputFile",1,"lldb::SBCommandReturnObject *"); in _wrap_new_SBCommunication__SWIG_0()
15534 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBCommandReturnObject::SetImmediateOutputFile",2,"lldb::SBFile"); in _wrap_new_SBCommunication__SWIG_0()
15546 (arg1)->SetImmediateOutputFile(arg2); in _wrap_new_SBCommunication__SWIG_1()
15595 SWIG_check_num_args("lldb::SBCommandReturnObject::SetImmediateOutputFile",2,2) in _wrap_SBCommunication_IsValid()
15596 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommandReturnObject::SetImmediateOutputFile",1,"lldb::SBCommandReturnObject *"); in _wrap_SBCommunication_IsValid()
15610 (arg1)->SetImmediateOutputFile(arg2); in _wrap_SBCommunication_GetBroadcaster()
16135 SWIG_check_num_args("lldb::SBCommandReturnObject::SetImmediateOutputFile",3,3) in _wrap_SBCompileUnit_IsValid()
16136 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommandReturnObject::SetImmediateOutputFile", in _wrap_SBCompileUnit_IsValid()
[all...]