Home | History | Annotate | Download | only in cached

Lines Matching defs:getPointerToFunction

745   void *getPointerToFunction(Function* F);
863 void *MCJITHelper::getPointerToFunction(Function* F) {
874 void *P = eeIt->second->getPointerToFunction(F);
879 void *P = EE->getPointerToFunction(F);
965 void *P = eeIt->second->getPointerToFunction(F);
970 void *P = EE->getPointerToFunction(F);
1430 void *FPtr = TheHelper->getPointerToFunction(LF);