Home
last modified time | relevance | path

Searched refs:FileCache (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileCache.cpp17 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 DFileCache.h22 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 D07noimport.t9 use FileCache ();
13 FileCache::cacheout($file);
17 FileCache::cacheout("<", $file);
H A D06export.t27 use FileCache ();
34 use FileCache;
41 use FileCache;
H A D05override.t3 use FileCache;
H A D04twoarg.t3 use FileCache;
H A D01open.t3 use FileCache;
H A D02maxopen.t3 use FileCache maxopen => 2;
H A D03append.t3 use FileCache maxopen => 2;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCaching.h57 using FileCache = std::function<Expected<AddStreamFn>( variable
72 Expected<FileCache> localCache(
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSourceManager.h109 typedef std::map<FileSpec, FileSP> FileCache; typedef
110 FileCache m_file_cache;
H A DDataFileCache.h93 llvm::FileCache m_cache_callback;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp32 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 DLTO.h196 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 DBUILD.gn14 "FileCache.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/
H A DMakefile11 FileCache.cpp \
/openbsd-src/gnu/usr.bin/perl/ext/FileCache/lib/
H A DFileCache.pm1 package FileCache; package
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dmodule.modulemap20 module FileCache { header "Host/FileCache.h" export * }
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1036 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 DCaching.cpp29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache()
/openbsd-src/gnu/llvm/lld/wasm/
H A DLTO.cpp130 FileCache cache; in compile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp223 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 DBUILD.gn21 "common/FileCache.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp219 Expected<FileCache> CacheOrErr = in getCachedOrDownloadArtifact()
224 FileCache Cache = *CacheOrErr; in getCachedOrDownloadArtifact()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp718 FileCache::iterator pos = m_file_cache.find(file_spec); in AddSourceFile()
730 FileCache::const_iterator pos = m_file_cache.find(file_spec); in FindSourceFile()

12