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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 88 /// JITCompilerFn - This typedef is used to represent the JIT function that
93 typedef void* (*JITCompilerFn)(void *);
99 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
222 /// JITCompilerFn - This function is called to resolve a stub to a compiled
225 static void *JITCompilerFn(void *Stub);
566 // JITCompilerFn will be able to find it.
570 // JITCompilerFn knows which function to compile!
631 /// JITCompilerFn - This function is called when a lazy compilation stub has
634 void *JITResolver::JITCompilerFn(void *Stub) {
    [all...]

Completed in 59 milliseconds