Home | History | Annotate | Download | only in cached

Lines Matching defs:getPointerToFunction

746   void *getPointerToFunction(Function* F);
864 void *MCJITHelper::getPointerToFunction(Function* F) {
875 void *P = eeIt->second->getPointerToFunction(F);
880 void *P = EE->getPointerToFunction(F);
966 void *P = eeIt->second->getPointerToFunction(F);
971 void *P = EE->getPointerToFunction(F);
1431 void *FPtr = TheHelper->getPointerToFunction(LF);