Home
last modified time | relevance | path

Searched defs:ModuleCache (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator() argument
94 CXX20ModulesGenerator(Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef OutputFile,bool GeneratingReducedBMI) CXX20ModulesGenerator() argument
H A DModuleManager.cpp327 ModuleManager(FileManager & FileMgr,InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,const HeaderSearch & HeaderSearchInfo) ModuleManager() argument
H A DASTReader.cpp5404 readASTFileControlBlock(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,bool FindModuleFileExtensions,ASTReaderListener & Listener,bool ValidateDiagnosticOptions,unsigned ClientLoadCapabilities) readASTFileControlBlock() argument
5697 isAcceptableASTFile(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,const LangOptions & LangOpts,const TargetOptions & TargetOpts,const PreprocessorOptions & PPOpts,StringRef ExistingModuleCachePath,bool RequireStrictOptionMatches) isAcceptableASTFile() argument
10306 ASTReader(Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext * Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,StringRef isysroot,DisableValidationForModuleKind DisableValidationKind,bool AllowASTWithCompilerErrors,bool AllowConfigurationMismatch,bool ValidateSystemInputs,bool ValidateASTInputFilesContent,bool UseGlobalIndex,std::unique_ptr<llvm::Timer> ReadTimer) ASTReader() argument
H A DASTWriter.cpp4834 ASTWriter(llvm::BitstreamWriter & Stream,SmallVectorImpl<char> & Buffer,InMemoryModuleCache & ModuleCache,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,bool IncludeTimestamps,bool BuildingImplicitModule,bool GeneratingReducedBMI) ASTWriter() argument
/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h68 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTWriter.h120 InMemoryModuleCache &ModuleCache; variable
976 CXX20ModulesGenerator(Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef OutputFile) CXX20ModulesGenerator() argument
988 ReducedBMIGenerator(Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef OutputFile) ReducedBMIGenerator() argument
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h130 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; global() variable
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h42 class ModuleCache; global() variable
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; global() variable
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp295 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer() argument
H A DCompilerInstance.cpp628 createPCHExternalASTSource(StringRef Path,StringRef Sysroot,DisableValidationForModuleKind DisableValidation,bool AllowPCHWithCompilerErrors,Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext & Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors,void * DeserializationListener,bool OwnDeserializationListener,bool Preamble,bool UseGlobalModuleIndex) createPCHExternalASTSource() argument
H A DASTUnit.cpp2373 InMemoryModuleCache ModuleCache; serialize() local