Home
last modified time | relevance | path

Searched refs:ModuleCache (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
137 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache,
310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DASTWriter.h117 InMemoryModuleCache &ModuleCache; variable
573 InMemoryModuleCache &ModuleCache,
808 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
H A DASTReader.h1551 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
1757 const InMemoryModuleCache &ModuleCache,
1766 const InMemoryModuleCache &ModuleCache,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator() argument
31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
H A DModuleManager.cpp189 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule()
338 InMemoryModuleCache &ModuleCache, in ModuleManager() argument
341 : FileMgr(FileMgr), ModuleCache(&ModuleCache), in ModuleManager()
H A DASTReader.cpp5222 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock() argument
5227 llvm::MemoryBuffer *Buffer = ModuleCache.lookupPCM(Filename); in readASTFileControlBlock()
5496 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile() argument
5506 return !readASTFileControlBlock(Filename, FileMgr, ModuleCache, in isAcceptableASTFile()
9887 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader() argument
9902 ContextObj(Context), ModuleMgr(PP.getFileManager(), ModuleCache, in ASTReader()
H A DASTWriter.cpp4504 InMemoryModuleCache &ModuleCache, in ASTWriter() argument
4507 : Stream(Stream), Buffer(Buffer), ModuleCache(ModuleCache), in ASTWriter()
4555 ModuleCache.addBuiltPCM(OutputFile, in WriteAST()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp191 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put()
215 Status ModuleCache::Get(const FileSpec &root_dir_spec, const char *hostname, in Get()
269 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut()
H A DCMakeLists.txt24 ModuleCache.cpp
H A DPlatform.cpp279 m_module_cache(std::make_unique<ModuleCache>()) { in Platform()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DModuleCache.h47 class ModuleCache {
H A DPlatform.h40 class ModuleCache; variable
928 const std::unique_ptr<ModuleCache> m_module_cache;
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
671 InMemoryModuleCache &ModuleCache, ASTContext &Context,
819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DASTUnit.h112 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/openbsd-src/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile23 ModuleCache.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn47 "ModuleCache.cpp",
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData()
224 : Stream(Buffer), Writer(Stream, Buffer, ModuleCache, {}) {} in ASTWriterData()
812 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile()
845 PP, *AST->ModuleCache, AST->Ctx.get(), PCHContainerRdr, {}, in LoadFromASTFile()
1523 AST->ModuleCache = new InMemoryModuleCache; in create()
1800 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine()
1811 AST->WriterData.reset(new ASTWriterData(*AST->ModuleCache)); in LoadFromCommandLine()
2352 InMemoryModuleCache ModuleCache; in serialize() local
2353 ASTWriter Writer(Stream, Buffer, ModuleCache, {}); in serialize()
H A DPrecompiledPreamble.cpp282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer() argument
285 : PCHGenerator(PP, ModuleCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp69 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance()
208 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
636 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource() argument
645 PP, ModuleCache, &Context, PCHContainerRdr, Extensions, in createPCHExternalASTSource()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h126 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
H A DCGDebugInfo.cpp2715 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()
2716 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()
2803 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3809 lldb/include/lldb/Target/ModuleCache.h
4632 lldb/source/Target/ModuleCache.cpp