Searched refs:objcache (Results 1 – 3 of 3) sorted by relevance
605 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module() local606 JIT->setObjectCache(objcache); in lp_build_create_jit_compiler_for_module()607 cache_out->jit_obj_cache = (void *)objcache; in lp_build_create_jit_compiler_for_module()652 LPObjectCache *objcache = (LPObjectCache *)objcache_ptr; in lp_free_objcache() local653 delete objcache; in lp_free_objcache()
262 static void set_object_cache(llvm::ObjectCache *objcache) { in set_object_cache() argument266 sc.setObjectCache(objcache); in set_object_cache()659 LPObjectCacheORC *objcache = new LPObjectCacheORC(gallivm->cache); in gallivm_compile_module() local660 gallivm->cache->jit_obj_cache = (void *)objcache; in gallivm_compile_module()662 auto *objcache = (LPObjectCacheORC *)gallivm->cache->jit_obj_cache; in gallivm_compile_module() local663 LPJit::set_object_cache(objcache); in gallivm_compile_module()
95 lp_free_objcache(void *objcache);