Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init_orc.cpp69 class LPObjectCacheORC : public llvm::ObjectCache { class
75 LPObjectCacheORC(struct lp_cached_code *cache) { in LPObjectCacheORC() function in __anon3aad3d9a0111::LPObjectCacheORC
80 ~LPObjectCacheORC() { in ~LPObjectCacheORC()
659 LPObjectCacheORC *objcache = new LPObjectCacheORC(gallivm->cache); in gallivm_compile_module()
662 auto *objcache = (LPObjectCacheORC *)gallivm->cache->jit_obj_cache; in gallivm_compile_module()