Home | History | Annotate | Download | only in JIT

Lines Matching defs:getPointerToNamedFunction

329     /// getPointerToNamedFunction - This method returns the address of the
331 virtual void *getPointerToNamedFunction(const std::string &Name,
778 // getPointerToNamedFunction() implementation.
850 /// getPointerToNamedFunction - This method returns the address of the specified
854 void *DefaultJITMemoryManager::getPointerToNamedFunction(const std::string &Name,
894 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
896 if (void *Ptr = getPointerToNamedFunction(Prefix, false))