Home | History | Annotate | Download | only in complete

Lines Matching defs:getPointerToFunction

788   virtual void *getPointerToFunction(Function* F) = 0;
855 virtual void *getPointerToFunction(Function* F) {
857 return TheExecutionEngine->getPointerToFunction(F);
904 void *getPointerToFunction(Function* F);
1094 void *MCJITHelper::getPointerToFunction(Function* F) {
1105 void *P = eeIt->second->getPointerToFunction(F);
1110 void *P = EE->getPointerToFunction(F);
1137 void *P = eeIt->second->getPointerToFunction(F);
1142 void *P = EE->getPointerToFunction(F);
1615 void *FPtr = TheHelper->getPointerToFunction(LF);