Home
last modified time | relevance | path

Searched refs:FileSP (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h105 typedef std::shared_ptr<File> FileSP; typedef
116 void AddSourceFile(const FileSP &file_sp);
117 FileSP FindSourceFile(const FileSpec &file_spec) const;
120 typedef std::map<FileSpec, FileSP> FileCache;
137 FileSP GetLastFile() { return m_last_file_sp; } in GetLastFile()
165 FileSP GetFile(const FileSpec &file_spec);
168 FileSP m_last_file_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileCache.cpp33 FileSP file_sp(new File()); in OpenFile()
52 FileSP file_sp = pos->second; in CloseFile()
74 FileSP file_sp = pos->second; in WriteFile()
100 FileSP file_sp = pos->second; in ReadFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp70 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { in GetFile()
75 FileSP file_sp; in GetFile()
236 FileSP file_sp(GetFile(file_spec)); in DisplaySourceLinesWithLineNumbers()
300 FileSP old_file_sp = m_last_file_sp; in SetDefaultFileAndLine()
363 FileSP file_sp = GetFile(file_spec); in FindLinesMatchingRegex()
688 void SourceManager::SourceFileCache::AddSourceFile(const FileSP &file_sp) { in AddSourceFile()
699 SourceManager::FileSP SourceManager::SourceFileCache::FindSourceFile( in FindSourceFile()
701 FileSP file_sp; in FindSourceFile()
H A DIOHandler.cpp4479 SourceManager::FileSP m_file_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileCache.h26 typedef std::map<lldb::user_id_t, lldb::FileSP> FDToFileMap;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h353 typedef std::shared_ptr<lldb_private::File> FileSP; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp1167 SourceManager::FileSP last_file_sp( in DoExecute()