Home | History | Annotate | Download | only in complete

Lines Matching defs:getPointerToFunction

787   virtual void *getPointerToFunction(Function* F) = 0;
854 virtual void *getPointerToFunction(Function* F) {
856 return TheExecutionEngine->getPointerToFunction(F);
903 void *getPointerToFunction(Function* F);
1093 void *MCJITHelper::getPointerToFunction(Function* F) {
1104 void *P = eeIt->second->getPointerToFunction(F);
1109 void *P = EE->getPointerToFunction(F);
1136 void *P = eeIt->second->getPointerToFunction(F);
1141 void *P = EE->getPointerToFunction(F);
1614 void *FPtr = TheHelper->getPointerToFunction(LF);