Home | History | Annotate | Download | only in JIT

Lines Matching defs:getPointerToNamedFunction

333     /// getPointerToNamedFunction - This method returns the address of the
335 virtual void *getPointerToNamedFunction(const std::string &Name,
768 // getPointerToNamedFunction() implementation.
840 /// getPointerToNamedFunction - This method returns the address of the specified
844 void *DefaultJITMemoryManager::getPointerToNamedFunction(const std::string &Name,
884 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
886 if (void *Ptr = getPointerToNamedFunction(Prefix, false))