Home
last modified time | relevance | path

Searched refs:getInMemoryModuleCache (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleCache.h49 virtual InMemoryModuleCache &getInMemoryModuleCache() = 0;
50 virtual const InMemoryModuleCache &getInMemoryModuleCache() const = 0;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleCache.cpp58 InMemoryModuleCache &getInMemoryModuleCache() override { return InMemory; } in getInMemoryModuleCache() function in __anon3e9d3c010111::CrossProcessModuleCache
59 const InMemoryModuleCache &getInMemoryModuleCache() const override { in getInMemoryModuleCache() function in __anon3e9d3c010111::CrossProcessModuleCache
H A DModuleManager.cpp184 NewModule->Buffer = &getModuleCache().getInMemoryModuleCache().addBuiltPCM( in addModule()
191 getModuleCache().getInMemoryModuleCache().lookupPCM( in addModule()
196 } else if (getModuleCache().getInMemoryModuleCache().shouldBuildPCM( in addModule()
218 NewModule->Buffer = &getModuleCache().getInMemoryModuleCache().addPCM( in addModule()
H A DASTReader.cpp3367 .getInMemoryModuleCache() in ReadControlBlock()
5057 auto &MC = getModuleManager().getModuleCache().getInMemoryModuleCache(); in ReadASTCore()
5194 if (getModuleManager().getModuleCache().getInMemoryModuleCache().isPCMFinal( in readUnhashedControlBlock()
5710 ModCache.getInMemoryModuleCache().lookupPCM(Filename); in readASTFileControlBlock()
6570 .getInMemoryModuleCache() in canRecoverFromOutOfDate()
H A DASTWriter.cpp5447 ModCache.getInMemoryModuleCache().addBuiltPCM( in WriteAST()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp103 InMemoryModuleCache &getInMemoryModuleCache() override { return InMemory; } in getInMemoryModuleCache() function in __anond09638f40111::InProcessModuleCache
104 const InMemoryModuleCache &getInMemoryModuleCache() const override { in getInMemoryModuleCache() function in __anond09638f40111::InProcessModuleCache
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1277 if (getModuleCache().getInMemoryModuleCache().isPCMFinal(ModuleFileName)) { in compileModule()