Searched defs:getLazyResolverFunction (Results 1 - 5 of 5) sorted by relevance

/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.cpp136 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) { function in class:ARMJITInfo
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp189 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction( function in class:MipsJITInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp347 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) { function in class:PPCJITInfo
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp424 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) { function in class:X86JITInfo

Completed in 140 milliseconds