Home
last modified time | relevance | path

Searched refs:GetOutputFileHandle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i41 lldb::FileSP GetOutputFileHandle() {
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h174 FILE *GetOutputFileHandle();
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig247 // Typemap for file handles (e.g. used in SBDebugger::GetOutputFileHandle)
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp505 FILE *SBDebugger::GetOutputFileHandle() { in GetOutputFileHandle() function in SBDebugger