Home | History | Annotate | Download | only in JIT

Lines Matching defs:getPointerToNamedFunction

95 /// This class supports the global getPointerToNamedFunction(), which allows
109 void *getPointerToNamedFunction(const char *Name) const {
121 return (*JITs.begin())->getPointerToNamedFunction(Name);
127 // getPointerToNamedFunction - This function is used as a global wrapper to
128 // JIT::getPointerToNamedFunction for the purpose of resolving symbols when
132 void *getPointerToNamedFunction(const char *Name) {
133 return AllJits->getPointerToNamedFunction(Name);
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
570 void *JIT::getPointerToNamedFunction(const std::string &Name,
573 void *ptr = JMM->getPointerToNamedFunction(Name, false);