| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 17 FileCache *FileCache::m_instance = nullptr; 19 FileCache &FileCache::GetInstance() { in GetInstance() 21 m_instance = new FileCache(); in GetInstance() 26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile() 43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() 63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() 90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 22 class FileCache { 24 FileCache() = default; 29 static FileCache &GetInstance(); 41 static FileCache *m_instance;
|
| /openbsd-src/gnu/usr.bin/perl/ext/FileCache/t/ |
| H A D | 07noimport.t | 9 use FileCache (); 13 FileCache::cacheout($file); 17 FileCache::cacheout("<", $file);
|
| H A D | 06export.t | 27 use FileCache (); 34 use FileCache; 41 use FileCache;
|
| H A D | 05override.t | 3 use FileCache;
|
| H A D | 04twoarg.t | 3 use FileCache;
|
| H A D | 01open.t | 3 use FileCache;
|
| H A D | 02maxopen.t | 3 use FileCache maxopen => 2;
|
| H A D | 03append.t | 3 use FileCache maxopen => 2;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Caching.h | 57 using FileCache = std::function<Expected<AddStreamFn>( variable 72 Expected<FileCache> localCache(
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | SourceManager.h | 109 typedef std::map<FileSpec, FileSP> FileCache; typedef 110 FileCache m_file_cache;
|
| H A D | DataFileCache.h | 93 llvm::FileCache m_cache_callback;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 32 std::vector<uint32_t> FileCache; member 39 FileCache.clear(); in CUInfo() 41 FileCache.assign(LineTable->Prologue.FileNames.size() + 1, UINT32_MAX); in CUInfo() 71 assert(DwarfFileIdx < FileCache.size()); in DWARFToGSYMFileIndex() 72 uint32_t &GsymFileIdx = FileCache[DwarfFileIdx]; in DWARFToGSYMFileIndex()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 196 AddStreamFn AddStream, FileCache Cache)>; 278 Error run(AddStreamFn AddStream, FileCache Cache = nullptr); 410 Error runThinLTO(AddStreamFn AddStream, FileCache Cache,
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/ |
| H A D | BUILD.gn | 14 "FileCache.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/ |
| H A D | Makefile | 11 FileCache.cpp \
|
| /openbsd-src/gnu/usr.bin/perl/ext/FileCache/lib/ |
| H A D | FileCache.pm | 1 package FileCache; package
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | module.modulemap | 20 module FileCache { header "Host/FileCache.h" export * }
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1036 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run() 1252 FileCache Cache; 1266 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() 1281 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread() 1389 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() 1466 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend() 1473 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache, in runThinLTO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Caching.cpp | 29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | LTO.cpp | 130 FileCache cache; in compile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 223 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile() 244 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile() 259 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/ |
| H A D | BUILD.gn | 21 "common/FileCache.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 219 Expected<FileCache> CacheOrErr = in getCachedOrDownloadArtifact() 224 FileCache Cache = *CacheOrErr; in getCachedOrDownloadArtifact()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceManager.cpp | 718 FileCache::iterator pos = m_file_cache.find(file_spec); in AddSourceFile() 730 FileCache::const_iterator pos = m_file_cache.find(file_spec); in FindSourceFile()
|