HomeSort by relevance Sort by last modified time
    Searched refs:LazyResolverFn (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 79 /// LazyResolverFn - This typedef is used to represent the function that
83 typedef void (*LazyResolverFn)();
89 /// by the LazyResolverFn.
96 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 52 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
MipsJITInfo.cpp 144 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 36 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
PPCJITInfo.cpp 345 TargetJITInfo::LazyResolverFn
  /external/llvm/lib/Target/X86/
X86JITInfo.h 61 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
X86JITInfo.cpp 428 TargetJITInfo::LazyResolverFn
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 75 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
ARMJITInfo.cpp 136 TargetJITInfo::LazyResolverFn
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 170 /// LazyResolverFn - The target lazy resolver function that we actually
172 TargetJITInfo::LazyResolverFn LazyResolverFn;
195 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
531 ? (void *)(intptr_t)LazyResolverFn : (void *)0;
550 if (Actual != (void*)(intptr_t)LazyResolverFn) {
    [all...]

Completed in 1298 milliseconds