Searched defs:JITCompilerFn (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h85 /// JITCompilerFn - This typedef is used to represent the JIT function that
90 typedef void* (*JITCompilerFn)(void *); typedef in class:llvm::TargetJITInfo
96 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp193 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
219 /// JITCompilerFn - This function is called to resolve a stub to a compiled
222 static void *JITCompilerFn(void *Stub);
546 // JITCompilerFn will be able to find it.
550 // JITCompilerFn knows which function to compile!
611 /// JITCompilerFn - This function is called when a lazy compilation stub has
614 void *JITResolver::JITCompilerFn(void *Stub) { function in class:JITResolver

Completed in 234 milliseconds