HomeSort by: relevance | last modified time | path
    Searched refs:getPointerToNamedFunction (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 137 virtual void *getPointerToNamedFunction(const std::string &Name,
ExecutionEngine.h 229 /// getPointerToNamedFunction - This method returns the address of the
238 virtual void *getPointerToNamedFunction(StringRef Name,
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 658 void *getPointerToNamedFunction(const std::string &Name);
688 virtual void *getPointerToNamedFunction(const std::string &Name,
694 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name,
698 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false);
702 pfn = MasterHelper->getPointerToNamedFunction(Name);
827 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 660 void *getPointerToNamedFunction(const std::string &Name);
691 virtual void *getPointerToNamedFunction(const std::string &Name,
697 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name,
701 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false);
705 pfn = MasterHelper->getPointerToNamedFunction(Name);
856 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 784 virtual void *getPointerToNamedFunction(const std::string &Name) = 0;
810 void *getPointerToNamedFunction(const std::string &Name);
848 virtual void *getPointerToNamedFunction(const std::string &Name,
854 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name,
858 void *pfn = RTDyldMemoryManager::getPointerToNamedFunction(Name, false);
862 pfn = MasterHelper->getPointerToNamedFunction(Name);
1030 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 747 void *getPointerToNamedFunction(const std::string &Name);
780 virtual void *getPointerToNamedFunction(const std::string &Name,
786 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name,
790 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false);
794 pfn = MasterHelper->getPointerToNamedFunction(Name);
954 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 109 void *getPointerToNamedFunction(StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 264 /// getPointerToNamedFunction - This method returns the address of the
272 void *getPointerToNamedFunction(StringRef Name,
MCJIT.cpp 422 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure);
616 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 21 // These includes used by RTDyldMemoryManager::getPointerToNamedFunction()
282 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 214 void *getPointerToNamedFunction(const std::string &Name,

Completed in 54 milliseconds