Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp99 if (FileSP file_sp = in GetFile() local
119 FileSP file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(file_spec); in GetFile() local
312 FileSP file_sp(GetFile(file_spec)); in DisplaySourceLinesWithLineNumbers() local
379 FileSP file_sp(GetFile(file_spec)); in SetDefaultFileAndLine() local
440 FileSP file_sp = GetFile(file_spec); in FindLinesMatchingRegex() local
775 FileSP file_sp) { in AddSourceFile()
786 void SourceManager::SourceFileCache::RemoveSourceFile(const FileSP &file_sp) { in RemoveSourceFile()
803 const FileSpec &file_spec, FileSP file_sp) { in AddSourceFileImpl()
H A DDebugger.cpp1042 void Debugger::SetInputFile(FileSP file_sp) { in SetInputFile()
1050 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile()
1055 void Debugger::SetErrorFile(FileSP file_sp) { in SetErrorFile()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp121 size_t SBCommandReturnObject::PutOutput(FileSP file_sp) { in PutOutput()
145 size_t SBCommandReturnObject::PutError(FileSP file_sp) { in PutError()
278 void SBCommandReturnObject::SetImmediateOutputFile(FileSP file_sp) { in SetImmediateOutputFile()
283 void SBCommandReturnObject::SetImmediateErrorFile(FileSP file_sp) { in SetImmediateErrorFile()
H A DSBStream.cpp128 void SBStream::RedirectToFile(FileSP file_sp) { in RedirectToFile() argument
H A DSBFile.cpp19 SBFile::SBFile(FileSP file_sp) : m_opaque_sp(file_sp) { in SBFile()
H A DSBDebugger.cpp411 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile()
416 SBError SBDebugger::SetOutputFile(FileSP file_sp) { in SetOutputFile()
446 SBError SBDebugger::SetErrorFile(FileSP file_sp) { in SetErrorFile()
491 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h66 void SetImmediateOutputFile(lldb::FileSP file_sp) { in SetImmediateOutputFile() argument
73 void SetImmediateErrorFile(lldb::FileSP file_sp) { in SetImmediateErrorFile() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h140 lldb::SupportFileSP file_sp; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1361 FileSP file_sp; in ConvertToFile() local
1405 FileSP file_sp; in ConvertToFileForcingUseOfScriptingIOMethods() local
H A DScriptInterpreterPython.cpp624 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15070 lldb::FileSP file_sp; in _wrap_SBCommandReturnObject_PutOutput__SWIG_1() local
15244 lldb::FileSP file_sp; in _wrap_SBCommandReturnObject_PutError__SWIG_1() local
15604 lldb::FileSP file_sp; in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_1() local
15636 lldb::FileSP file_sp; in _wrap_SBCommandReturnObject_SetImmediateErrorFile__SWIG_1() local
16145 lldb::FileSP file_sp; in _wrap_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2() local
16266 lldb::FileSP file_sp; in _wrap_SBCommandReturnObject_SetImmediateErrorFile__SWIG_2() local
20792 lldb::FileSP file_sp; in _wrap_SBDebugger_SetInputFile__SWIG_1() local
20888 lldb::FileSP file_sp; in _wrap_SBDebugger_SetOutputFile__SWIG_1() local
20984 lldb::FileSP file_sp; in _wrap_SBDebugger_SetErrorFile__SWIG_1() local
21426 lldb::FileSP file_sp; in _wrap_SBDebugger_HandleProcessEvent__SWIG_1() local
[all …]