Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Core/
H A DSourceManager.cpp119 process_sp->GetSourceFileCache().RemoveSourceFile(file_sp); in GetFile() local
99 if (FileSP file_sp = GetFile() local
312 FileSP file_sp(GetFile(file_spec)); DisplaySourceLinesWithLineNumbers() local
379 FileSP file_sp(GetFile(file_spec)); SetDefaultFileAndLine() local
440 FileSP file_sp = GetFile(file_spec); FindLinesMatchingRegex() local
775 AddSourceFile(const FileSpec & file_spec,FileSP file_sp) AddSourceFile() argument
786 RemoveSourceFile(const FileSP & file_sp) RemoveSourceFile() argument
803 AddSourceFileImpl(const FileSpec & file_spec,FileSP file_sp) AddSourceFileImpl() argument
[all...]
H A DDebugger.cpp1042 SetInputFile(FileSP file_sp) SetInputFile() argument
1050 SetOutputFile(FileSP file_sp) SetOutputFile() argument
1055 SetErrorFile(FileSP file_sp) SetErrorFile() argument
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h66 SetImmediateOutputFile(lldb::FileSP file_sp) SetImmediateOutputFile() argument
73 SetImmediateErrorFile(lldb::FileSP file_sp) SetImmediateErrorFile() argument
/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp121 PutOutput(FileSP file_sp) PutOutput() argument
145 PutError(FileSP file_sp) PutError() argument
278 SetImmediateOutputFile(FileSP file_sp) SetImmediateOutputFile() argument
283 SetImmediateErrorFile(FileSP file_sp) SetImmediateErrorFile() argument
[all...]
H A DSBStream.cpp128 void SBStream::RedirectToFile(FileSP file_sp) { in RedirectToFile()
H A DSBFile.cpp19 SBFile::SBFile(FileSP file_sp) : m_opaque_sp(file_sp) { in SBFile() argument
H A DSBDebugger.cpp416 LLDB_INSTRUMENT_VA(this, file_sp); in SetOutputFile() argument
411 SetInputFile(FileSP file_sp) SetInputFile() argument
446 SetErrorFile(FileSP file_sp) SetErrorFile() argument
491 File &file_sp = m_opaque_sp->GetInputFile(); GetInputFileHandle() local
[all...]
/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h140 lldb::SupportFileSP file_sp; member
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1361 FileSP file_sp; ConvertToFile() local
1405 FileSP file_sp; ConvertToFileForcingUseOfScriptingIOMethods() local
[all...]
H A DScriptInterpreterPython.cpp624 SetStdHandle(FileSP file_sp,const char * py_name,PythonObject & save_file,const char * mode) SetStdHandle() argument