Home
last modified time | relevance | path

Searched refs:isPCMFinal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h96 bool isPCMFinal(llvm::StringRef Filename) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() function in InMemoryModuleCache
H A DASTReader.cpp3368 .isPCMFinal(F.FileName); in ReadControlBlock()
5194 if (getModuleManager().getModuleCache().getInMemoryModuleCache().isPCMFinal( in readUnhashedControlBlock()
6571 .isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1277 if (getModuleCache().getInMemoryModuleCache().isPCMFinal(ModuleFileName)) { in compileModule()