Searched refs:getLazyFunctionStubIfAvailable (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp204 /// getLazyFunctionStubIfAvailable - This returns a pointer to a function's
206 void *getLazyFunctionStubIfAvailable(Function *F);
499 /// getLazyFunctionStubIfAvailable - This returns a pointer to a function stub
501 void *JITResolver::getLazyFunctionStubIfAvailable(Function *F) { function in class:JITResolver
697 void *FnStub = Resolver.getLazyFunctionStubIfAvailable(F);

Completed in 45 milliseconds