Home | History | Annotate | Download | only in JIT

Lines Matching defs:LazyResolverFn

168     /// LazyResolverFn - The target lazy resolver function that we actually
170 TargetJITInfo::LazyResolverFn LazyResolverFn;
193 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
515 ? (void *)(intptr_t)LazyResolverFn : (void *)nullptr;
534 if (Actual != (void*)(intptr_t)LazyResolverFn) {