Searched refs:getLazyResolverFunction (Results 1 – 12 of 12) sorted by relevance
54 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
144 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction( in getLazyResolverFunction() function in MipsJITInfo
36 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
344 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) { in getLazyResolverFunction() function in PPCJITInfo
61 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
420 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction() function in X86JITInfo
99 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) { in getLazyResolverFunction() function
75 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
136 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction() function in ARMJITInfo
1945 * ``getLazyResolverFunction`` --- Initializes the JIT, gives the target a1957 ``getLazyResolverFunction`` is generally trivial to implement. It makes the1960 (in ``AlphaJITInfo.cpp``), the ``getLazyResolverFunction`` implementation is1965 TargetJITInfo::LazyResolverFn AlphaJITInfo::getLazyResolverFunction(1971 For the X86 target, the ``getLazyResolverFunction`` implementation is a little
1905 * ``getLazyResolverFunction`` --- Initializes the JIT, gives the target a1917 ``getLazyResolverFunction`` is generally trivial to implement. It makes the1920 (in ``AlphaJITInfo.cpp``), the ``getLazyResolverFunction`` implementation is1925 TargetJITInfo::LazyResolverFn AlphaJITInfo::getLazyResolverFunction(1931 For the X86 target, the ``getLazyResolverFunction`` implementation is a little
196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()