HomeSort by relevance Sort by last modified time
    Searched defs:JITCompilerFn (Results 1 - 2 of 2) 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/ExecutionEngine/JIT/
JITEmitter.cpp 200 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
226 /// JITCompilerFn - This function is called to resolve a stub to a compiled
229 static void *JITCompilerFn(void *Stub);
562 // JITCompilerFn will be able to find it.
566 // JITCompilerFn knows which function to compile!
627 /// JITCompilerFn - This function is called when a lazy compilation stub has
630 void *JITResolver::JITCompilerFn(void *Stub) {
    [all...]

Completed in 79 milliseconds