Searched refs:FileCache (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 18 FileCache *FileCache::m_instance = nullptr; 20 FileCache &FileCache::GetInstance() { in GetInstance() 22 m_instance = new FileCache(); in GetInstance() 27 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, uint32_t flags, in OpenFile() 42 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() 62 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() 89 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 22 class FileCache { 24 FileCache() {} in FileCache() function 29 static FileCache &GetInstance(); 41 static FileCache *m_instance;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | SourceManager.h | 120 typedef std::map<FileSpec, FileSP> FileCache; typedef 121 FileCache m_file_cache;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 318 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error); in OpenFile() 327 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile() 337 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 348 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile() 551 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile() 572 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile() 587 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | module.modulemap | 18 module FileCache { header "Host/FileCache.h" export * }
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SourceManager.cpp | 690 FileCache::iterator pos = m_file_cache.find(file_spec); in AddSourceFile() 702 FileCache::const_iterator pos = m_file_cache.find(file_spec); in FindSourceFile()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 211 SRCS+= Host/common/FileCache.cpp
|
| /freebsd-12.1/ |
| H A D | ObsoleteFiles.inc | 9759 OLD_FILES+=usr/libdata/perl/5.00503/FileCache.pm 9895 OLD_FILES+=usr/share/perl/man/man3/FileCache.3.gz
|