Searched refs:getLazyResolverFunction (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h52 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
53 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
H A DMipsJITInfo.cpp190 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction( function in class:MipsJITInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h33 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
H A DPPCJITInfo.cpp358 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) { function in class:PPCJITInfo
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h50 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
51 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
H A DSparcJITInfo.cpp268 SparcJITInfo::getLazyResolverFunction(JITCompilerFn F) { function in class:SparcJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h58 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
59 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
H A DX86JITInfo.cpp425 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) { function in class:X86JITInfo
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h92 /// getLazyResolverFunction - This method is used to initialize the JIT,
96 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) { function in class:llvm::TargetJITInfo
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h73 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
74 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
H A DARMJITInfo.cpp137 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) { function in class:ARMJITInfo
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp193 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);

Completed in 156 milliseconds