HomeSort by relevance Sort by last modified time
    Searched refs:getPointerToNamedFunction (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 125 virtual void *getPointerToNamedFunction(const std::string &Name,
ExecutionEngine.h 221 /// getPointerToNamedFunction - This method returns the address of the
230 virtual void *getPointerToNamedFunction(StringRef Name,
  /external/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)
    [all...]
  /external/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)
    [all...]
  /external/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)
    [all...]
  /external/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)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 130 void *getPointerToNamedFunction(StringRef Name,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 267 /// getPointerToNamedFunction - This method returns the address of the
275 void *getPointerToNamedFunction(StringRef Name,
MCJIT.cpp 388 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure);
578 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 22 // These includes used by RTDyldMemoryManager::getPointerToNamedFunction()
284 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name,
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 218 void *getPointerToNamedFunction(StringRef Name,
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 157 void *getPointerToNamedFunction(const std::string &Name,

Completed in 715 milliseconds