Home
last modified time | relevance | path

Searched defs:file_sp (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandReturnObject.h65 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile()
70 void SetImmediateErrorFile(lldb::FileSP file_sp) { in SetImmediateErrorFile()
/external/llvm-project/lldb/source/API/
DSBCommandReturnObject.cpp128 size_t SBCommandReturnObject::PutOutput(FileSP file_sp) { in PutOutput()
153 size_t SBCommandReturnObject::PutError(FileSP file_sp) { in PutError()
298 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { in SetImmediateOutputFile()
304 void SBCommandReturnObject::SetImmediateErrorFile(FileSP file_sp) { in SetImmediateErrorFile()
DSBStream.cpp128 void SBStream::RedirectToFile(FileSP file_sp) { in RedirectToFile()
DSBFile.cpp19 SBFile::SBFile(FileSP file_sp) : m_opaque_sp(file_sp) { in SBFile()
DSBDebugger.cpp297 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile()
318 FileSP file_sp = file.m_opaque_sp; in SetInputFile() local
343 SBError SBDebugger::SetOutputFile(FileSP file_sp) { in SetOutputFile()
375 SBError SBDebugger::SetErrorFile(FileSP file_sp) { in SetErrorFile()
398 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle() local
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp71 FileSP file_sp; in GetFile() local
247 FileSP file_sp(GetFile(file_spec)); in DisplaySourceLinesWithLineNumbers() local
314 FileSP file_sp(GetFile(file_spec)); in SetDefaultFileAndLine() local
375 FileSP file_sp = GetFile(file_spec); in FindLinesMatchingRegex() local
697 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile()
710 FileSP file_sp; in FindSourceFile() local
DDebugger.cpp791 void Debugger::SetInputFile(FileSP file_sp, repro::DataRecorder *recorder) { in SetInputFile()
800 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile()
805 void Debugger::SetErrorFile(FileSP file_sp) { in SetErrorFile()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1424 FileSP file_sp; in ConvertToFile() local
1475 FileSP file_sp; in ConvertToFileForcingUseOfScriptingIOMethods() local
DScriptInterpreterPython.cpp706 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle()