Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h91 class JitCache : public llvm::ObjectCache
95 JitCache();
96 virtual ~JitCache() {} in ~JitCache()
147 JitCache mCache;
DJitManager.cpp637 JitCache::JitCache() in JitCache() function in JitCache
675 void JitCache::CalcModuleCacheDir() in CalcModuleCacheDir()
692 void JitCache::notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) in notifyObjectCompiled()
745 std::unique_ptr<llvm::MemoryBuffer> JitCache::getObject(const llvm::Module* M) in getObject()