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.h92 class JitCache : public llvm::ObjectCache
96 JitCache();
97 virtual ~JitCache() {} in ~JitCache()
136 JitCache mCache;
DJitManager.cpp585 JitCache::JitCache() in JitCache() function in JitCache
647 void JitCache::notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) in notifyObjectCompiled()
694 std::unique_ptr<llvm::MemoryBuffer> JitCache::getObject(const llvm::Module* M) in getObject()