Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DStreamFile.h94 File &GetUnlockedFile() { return *m_file_sp; } in GetUnlockedFile() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp84 return (m_output_sp ? m_output_sp->GetUnlockedFile().GetDescriptor() : -1); in GetOutputFD()
88 return (m_error_sp ? m_error_sp->GetUnlockedFile().GetDescriptor() : -1); in GetErrorFD()
H A DDebugger.cpp1371 if (!out || !out->GetUnlockedFile().IsValid()) { in AdoptTopIOHandlerFilesIfInvalid()
1382 if (!err || !err->GetUnlockedFile().IsValid()) { in AdoptTopIOHandlerFilesIfInvalid()
2062 File &file = stream_sp->GetUnlockedFile(); in StatuslineSupported()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp278 m_output_file_sp->GetUnlockedFile().Close(); in ~ScriptInterpreterIORedirect()