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

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 85 /// JITCompilerFn - This typedef is used to represent the JIT function that
90 typedef void* (*JITCompilerFn)(void *);
96 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 53 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
MipsJITInfo.cpp 80 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
190 JITCompilerFn F) {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 36 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
PPCJITInfo.cpp 25 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
347 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) {
  /external/llvm/lib/Target/X86/
X86JITInfo.h 61 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
X86JITInfo.cpp 50 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
424 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 75 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
ARMJITInfo.cpp 35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
136 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 199 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
225 /// JITCompilerFn - This function is called to resolve a stub to a compiled
228 static void *JITCompilerFn(void *Stub);
551 // JITCompilerFn will be able to find it.
555 // JITCompilerFn knows which function to compile!
616 /// JITCompilerFn - This function is called when a lazy compilation stub has
619 void *JITResolver::JITCompilerFn(void *Stub) {
    [all...]

Completed in 199 milliseconds