Home
last modified time | relevance | path

Searched refs:SharedModuleCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp60 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() argument
61 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
63 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h187 InMemoryModuleCache *SharedModuleCache = nullptr);