Searched refs:getInMemoryModuleCache (Results 1 – 7 of 7) sorted by relevance
49 virtual InMemoryModuleCache &getInMemoryModuleCache() = 0;50 virtual const InMemoryModuleCache &getInMemoryModuleCache() const = 0;
58 InMemoryModuleCache &getInMemoryModuleCache() override { return InMemory; } in getInMemoryModuleCache() function in __anon3e9d3c010111::CrossProcessModuleCache59 const InMemoryModuleCache &getInMemoryModuleCache() const override { in getInMemoryModuleCache() function in __anon3e9d3c010111::CrossProcessModuleCache
184 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()
3367 .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()
5447 ModCache.getInMemoryModuleCache().addBuiltPCM( in WriteAST()
103 InMemoryModuleCache &getInMemoryModuleCache() override { return InMemory; } in getInMemoryModuleCache() function in __anond09638f40111::InProcessModuleCache104 const InMemoryModuleCache &getInMemoryModuleCache() const override { in getInMemoryModuleCache() function in __anond09638f40111::InProcessModuleCache
1277 if (getModuleCache().getInMemoryModuleCache().isPCMFinal(ModuleFileName)) { in compileModule()