Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp207 void *getLazyFunctionStubIfAvailable(Function *F);
517 void *JITResolver::getLazyFunctionStubIfAvailable(Function *F) { in getLazyFunctionStubIfAvailable() function in JITResolver
713 void *FnStub = Resolver.getLazyFunctionStubIfAvailable(F); in getPointerToGlobal()