Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Serialization/
DModuleManager.h69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
137 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache,
310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
DASTWriter.h117 InMemoryModuleCache &ModuleCache; variable
573 InMemoryModuleCache &ModuleCache,
808 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
DASTReader.h1551 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
1757 const InMemoryModuleCache &ModuleCache,
1766 const InMemoryModuleCache &ModuleCache,
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator() argument
31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
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()
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()
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/
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()
DCMakeLists.txt24 ModuleCache.cpp
DPlatform.cpp279 m_module_cache(std::make_unique<ModuleCache>()) { in Platform()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DModuleCache.h47 class ModuleCache {
DPlatform.h40 class ModuleCache; variable
928 const std::unique_ptr<ModuleCache> m_module_cache;
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DCompilerInstance.h93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
671 InMemoryModuleCache &ModuleCache, ASTContext &Context,
819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
DASTUnit.h112 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/openbsd/src/gnu/usr.bin/clang/liblldbTarget/
DMakefile23 ModuleCache.cpp \
/openbsd/src/gnu/llvm/clang/lib/Frontend/
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()
DPrecompiledPreamble.cpp282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer() argument
285 : PCHGenerator(PP, ModuleCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
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/
DCGDebugInfo.h126 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
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/
Dclang-formatted-files.txt3809 lldb/include/lldb/Target/ModuleCache.h
4632 lldb/source/Target/ModuleCache.cpp