Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp54 void SBSaveCoreOptions::SetOutputFile(lldb::SBFileSpec file_spec) { in SetOutputFile() function in SBSaveCoreOptions
56 m_opaque_up->SetOutputFile(file_spec.ref()); in SetOutputFile()
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()
H A DSBProcess.cpp1221 options.SetOutputFile(SBFileSpec(file_name)); in SaveCore()
1231 options.SetOutputFile(SBFileSpec(file_name)); in SaveCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h49 void SetOutputFile(SBFileSpec output_file);
H A DSBDebugger.h183 SBError SetOutputFile(SBFile file);
189 SBError SetOutputFile(FileSP file);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h32 void SetOutputFile(lldb_private::FileSpec file);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp34 void SaveCoreOptions::SetOutputFile(FileSpec file) { m_file = file; } in SetOutputFile() function in SaveCoreOptions
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i11 self.SetOutputFile(SBFile.Create(file, borrow=True))
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h156 void SetOutputFile(lldb::FileSP file);
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig231 // Typemap for file handles (e.g. used in SBDebugger::SetOutputFile)
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1307 core_dump_options.SetOutputFile(output_file); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1050 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18037 (arg1)->SetOutputFile(arg2); in _wrap_SBSaveCoreOptions_SetOutputFile()
20726 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_0()
20894 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_1()