Searched defs:ModuleCache (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h47 class ModuleCache { class in namespace:lldb_private
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp23 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 ShouldCacheASTInMemory) argument
H A DModuleManager.cpp318 ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, const PCHContainerReader &PCHContainerRdr, const HeaderSearch &HeaderSearchInfo) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; member in class:clang::serialization::ModuleManager
H A DASTWriter.h126 InMemoryModuleCache &ModuleCache; member in class:clang::ASTWriter
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h125 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; member in class:clang::DynamicInitKind::CGDebugInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h92 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; member in class:clang::CompilerInstance
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; member in class:clang::ASTUnit
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp159 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef isysroot, std::unique_ptr<raw_ostream> Out) argument
H A DCompilerInstance.cpp506 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, 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) argument
H A DASTUnit.cpp222 ASTWriterData(InMemoryModuleCache &ModuleCache) argument
2345 InMemoryModuleCache ModuleCache; local

Completed in 206 milliseconds