Searched refs:cache_out (Results 1 – 2 of 2) sorted by relevance
295 struct lp_cached_code *cache_out; member in LPObjectCache298 cache_out = cache; in LPObjectCache()309 cache_out->data_size = Obj.getBufferSize(); in notifyObjectCompiled()310 cache_out->data = malloc(cache_out->data_size); in notifyObjectCompiled()311 memcpy(cache_out->data, Obj.getBufferStart(), cache_out->data_size); in notifyObjectCompiled()315 if (cache_out->data_size) { in getObject()316 …llvm::MemoryBuffer::getMemBuffer(llvm::StringRef((const char *)cache_out->data, cache_out->data_si… in getObject()337 struct lp_cached_code *cache_out, in lp_build_create_jit_compiler_for_module() argument536 if (cache_out) { in lp_build_create_jit_compiler_for_module()537 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module()[all …]
71 struct lp_cached_code *cache_out,