Lines Matching refs:getPointerToNamedFunction
228 /// This class supports the global getPointerToNamedFunction(), which allows
242 void *getPointerToNamedFunction(const char *Name) const {
254 return (*JITs.begin())->getPointerToNamedFunction(Name);
260 // getPointerToNamedFunction - This function is used as a global wrapper to
261 // JIT::getPointerToNamedFunction for the purpose of resolving symbols when
265 void *getPointerToNamedFunction(const char *Name) {
266 return AllJits->getPointerToNamedFunction(Name);
677 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
723 void *JIT::getPointerToNamedFunction(const std::string &Name,
726 void *ptr = JMM->getPointerToNamedFunction(Name, false);