Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i194 self.SetOutputFile(SBFile.Create(file, borrow=True))
237 SetOutputFile (SBFile file);
246 SetOutputFile (FileSP file);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h159 SBError SetOutputFile(SBFile file);
165 SBError SetOutputFile(FileSP file);
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h59 void SetOutputFile(FILE *NewOutputFile);
H A DFuzzerIO.cpp30 void SetOutputFile(FILE *NewOutputFile) { in SetOutputFile() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp404 SBError SBDebugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in SBDebugger
406 return SetOutputFile(SBFile(file_sp)); in SetOutputFile()
411 SetOutputFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetOutputFileHandle()
414 SBError SBDebugger::SetOutputFile(SBFile file) { in SetOutputFile() function in SBDebugger
425 m_opaque_sp->SetOutputFile(file.m_opaque_sp); in SetOutputFile()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h158 void SetOutputFile(lldb::FileSP file);
/openbsd/gnu/llvm/lldb/bindings/lua/
H A Dlua-typemaps.swig231 // Typemap for file handles (e.g. used in SBDebugger::SetOutputFile)
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp599 SetOutputFile(open_memstream(&Buffer, &Size)); in PrintfCapture()
603 SetOutputFile(OldOutputFile); in ~PrintfCapture()
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp951 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in Debugger