/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 24 PCHGenerator(const Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef OutputFile,StringRef isysroot,std::shared_ptr<PCHBuffer> Buffer,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,bool AllowASTWithErrors,bool IncludeTimestamps,bool BuildingImplicitModule,bool ShouldCacheASTInMemory) PCHGenerator() argument
|
H A D | ModuleManager.cpp | 327 InMemoryModuleCache &ModuleCache, in ModuleManager()
|
H A D | ASTReader.cpp | 5399 readASTFileControlBlock(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,bool FindModuleFileExtensions,ASTReaderListener & Listener,bool ValidateDiagnosticOptions) readASTFileControlBlock() argument 5691 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 10166 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 D | ASTWriter.cpp | 4602 ASTWriter(llvm::BitstreamWriter & Stream,SmallVectorImpl<char> & Buffer,InMemoryModuleCache & ModuleCache,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,bool IncludeTimestamps,bool BuildingImplicitModule) ASTWriter() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; global() variable
|
H A D | ASTWriter.h | 117 InMemoryModuleCache &ModuleCache; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 125 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTUnit.h | 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 40 class ModuleCache; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 294 PrecompilePreambleConsumer(PrecompilePreambleAction & Action,const Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef isysroot,std::shared_ptr<PCHBuffer> Buffer) PrecompilePreambleConsumer() argument
|
H A D | CompilerInstance.cpp | 629 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 D | ASTUnit.cpp | 2360 InMemoryModuleCache ModuleCache; serialize() local
|