Home
last modified time | relevance | path

Searched refs:SetOutputFile (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i11 self.SetOutputFile(SBFile.Create(file, borrow=True))
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h180 SBError SetOutputFile(SBFile file);
186 SBError SetOutputFile(FileSP file);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h59 void SetOutputFile(FILE *NewOutputFile);
H A DFuzzerIO.cpp30 void SetOutputFile(FILE *NewOutputFile) { in SetOutputFile() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp416 SBError SBDebugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in SBDebugger
418 return SetOutputFile(SBFile(file_sp)); in SetOutputFile()
423 SetOutputFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetOutputFileHandle()
426 SBError SBDebugger::SetOutputFile(SBFile file) { in SetOutputFile() function in SBDebugger
437 m_opaque_sp->SetOutputFile(file.m_opaque_sp); in SetOutputFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h163 void SetOutputFile(lldb::FileSP file);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig231 // Typemap for file handles (e.g. used in SBDebugger::SetOutputFile)
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1033 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in Debugger
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19448 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_0()
19616 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_1()