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 53 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
MipsJITInfo.cpp 189 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 36 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
PPCJITInfo.cpp 346 TargetJITInfo::LazyResolverFn
  /external/llvm/lib/Target/X86/
X86JITInfo.h 61 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
X86JITInfo.cpp 423 TargetJITInfo::LazyResolverFn
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 75 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
ARMJITInfo.cpp 135 TargetJITInfo::LazyResolverFn
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 174 /// LazyResolverFn - The target lazy resolver function that we actually
176 TargetJITInfo::LazyResolverFn LazyResolverFn;
199 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
520 ? (void *)(intptr_t)LazyResolverFn : (void *)0;
539 if (Actual != (void*)(intptr_t)LazyResolverFn) {
    [all...]

Completed in 8865 milliseconds