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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp205 /// getLazyFunctionStubIfAvailable - This returns a pointer to a function's
207 void *getLazyFunctionStubIfAvailable(Function *F);
515 /// getLazyFunctionStubIfAvailable - This returns a pointer to a function stub
517 void *JITResolver::getLazyFunctionStubIfAvailable(Function *F) { function in class:JITResolver
713 void *FnStub = Resolver.getLazyFunctionStubIfAvailable(F);

Completed in 38 milliseconds