Home | History | Annotate | Download | only in lazy

Lines Matching defs:getPointerToFunction

658   void *getPointerToFunction(Function* F);
774 void *MCJITHelper::getPointerToFunction(Function* F) {
785 void *P = eeIt->second->getPointerToFunction(F);
790 void *P = EE->getPointerToFunction(F);
867 void *P = eeIt->second->getPointerToFunction(F);
872 void *P = EE->getPointerToFunction(F);
1328 void *FPtr = TheHelper->getPointerToFunction(LF);