Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp67 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() argument
68 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
70 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h211 InMemoryModuleCache *SharedModuleCache = nullptr);