Searched refs:getPointerToNamedFunction (Results 1 - 18 of 18) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp133 extern void *getPointerToNamedFunction(const char *Name);
158 EXPECT_EQ(getPointerToNamedFunction("foo1"), foo1);
161 EXPECT_EQ(getPointerToNamedFunction("foo2"), foo2);
165 sa = (intptr_t)getPointerToNamedFunction("getPointerToNamedFunction");
167 intptr_t fa = (intptr_t)&getPointerToNamedFunction;
170 // getPointerToNamedFunction might be indirect jump on Win32 --enable-shared.
178 // getPointerToNamedFunction might be indirect jump
H A DJITTest.cpp86 virtual void *getPointerToNamedFunction(const std::string &Name, function in class:__anon26479::RecordingJITMemoryManager
88 return Base->getPointerToNamedFunction(Name, AbortOnFailure);
/external/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h92 virtual void *getPointerToNamedFunction(const std::string &Name,
H A DExecutionEngine.h257 /// getPointerToNamedFunction - This method returns the address of the
270 virtual void *getPointerToNamedFunction(const std::string &Name,
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp95 /// This class supports the global getPointerToNamedFunction(), which allows
109 void *getPointerToNamedFunction(const char *Name) const { function in class:__anon25846::JitPool
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) { function
133 return AllJits->getPointerToNamedFunction(Name);
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
570 void *JIT::getPointerToNamedFunction(const std::string &Name, function in class:JIT
573 void *ptr = JMM->getPointerToNamedFunction(Nam
[all...]
H A DJIT.h120 /// getPointerToNamedFunction - This method returns the address of the
128 void *getPointerToNamedFunction(const std::string &Name,
H A DJITMemoryManager.cpp336 /// getPointerToNamedFunction - This method returns the address of the
338 void *getPointerToNamedFunction(const std::string &Name,
766 // getPointerToNamedFunction() implementation.
838 /// getPointerToNamedFunction - This method returns the address of the specified
842 void *DefaultJITMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:DefaultJITMemoryManager
882 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
884 if (void *Ptr = getPointerToNamedFunction(Prefix, false))
H A DJITEmitter.cpp836 ResultPtr = TheJIT->getPointerToNamedFunction(MR.getExternalSymbol(),
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h394 virtual void *getPointerToNamedFunction(const std::string &Name, function in class:lldb_private::IRExecutionUnit::MemoryManager
396 return m_default_mm_ap->getPointerToNamedFunction(Name, AbortOnFailure);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp789 virtual void *getPointerToNamedFunction(const std::string &Name) = 0;
860 virtual void *getPointerToNamedFunction(const std::string &Name) { function in class:JITHelper
861 return TheExecutionEngine->getPointerToNamedFunction(Name);
905 void *getPointerToNamedFunction(const std::string &Name);
943 virtual void *getPointerToNamedFunction(const std::string &Name,
949 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:HelpingMemoryManager
953 void *pfn = RTDyldMemoryManager::getPointerToNamedFunction(Name, false);
957 pfn = MasterHelper->getPointerToNamedFunction(Name);
1126 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) function in class:MCJITHelper
/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp21 // These includes used by RTDyldMemoryManager::getPointerToNamedFunction()
271 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:llvm::RTDyldMemoryManager
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp658 void *getPointerToNamedFunction(const std::string &Name);
688 virtual void *getPointerToNamedFunction(const std::string &Name,
694 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:HelpingMemoryManager
698 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false);
702 pfn = MasterHelper->getPointerToNamedFunction(Name);
828 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) function in class:MCJITHelper
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp660 void *getPointerToNamedFunction(const std::string &Name);
691 virtual void *getPointerToNamedFunction(const std::string &Name,
697 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:HelpingMemoryManager
701 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false);
705 pfn = MasterHelper->getPointerToNamedFunction(Name);
857 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) function in class:MCJITHelper
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp360 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
532 void *MCJIT::getPointerToNamedFunction(const std::string &Name, function in class:MCJIT
535 void *ptr = MemMgr.getPointerToNamedFunction(Name, false);
H A DMCJIT.h290 /// getPointerToNamedFunction - This method returns the address of the
298 void *getPointerToNamedFunction(const std::string &Name,
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp747 void *getPointerToNamedFunction(const std::string &Name);
780 virtual void *getPointerToNamedFunction(const std::string &Name,
786 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:HelpingMemoryManager
790 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false);
794 pfn = MasterHelper->getPointerToNamedFunction(Name);
955 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) function in class:MCJITHelper
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h118 void *getPointerToNamedFunction(const std::string &Name,
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp97 void *getPointerToNamedFunction(const std::string &Name,

Completed in 1390 milliseconds