Home
last modified time | relevance | path

Searched refs:getPointerToFunction (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp783 virtual void *getPointerToFunction(Function* F) = 0;
809 void *getPointerToFunction(Function* F);
998 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
1009 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()
1014 void *P = EE->getPointerToFunction(F); in getPointerToFunction()
1041 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
1046 void *P = EE->getPointerToFunction(F); in getPointerToNamedFunction()
1503 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp659 void *getPointerToFunction(Function* F);
775 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
786 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()
791 void *P = EE->getPointerToFunction(F); in getPointerToFunction()
867 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
872 void *P = EE->getPointerToFunction(F); in getPointerToNamedFunction()
1324 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp746 void *getPointerToFunction(Function* F);
864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
875 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()
880 void *P = EE->getPointerToFunction(F); in getPointerToFunction()
965 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
970 void *P = EE->getPointerToFunction(F); in getPointerToNamedFunction()
1426 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp657 void *getPointerToFunction(Function* F);
765 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
771 void *P = (*it)->getPointerToFunction(F); in getPointerToFunction()
822 return NewEngine->getPointerToFunction(F); in getPointerToFunction()
835 return (*it)->getPointerToFunction(F); in getPointerToNamedFunction()
1283 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp196 void *A = TheJIT->getPointerToFunction(Foo); in TEST_F()
197 void *B = TheJIT->getPointerToFunction(Foo); in TEST_F()
H A DMCJITObjectCacheTest.cpp98 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/
DExecutionEngine.h358 virtual void *getPointerToFunction(Function *F) = 0;
369 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h350 virtual void *getPointerToFunction(Function *F) = 0;
361 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/
DExecutionEngine.h358 virtual void *getPointerToFunction(Function *F) = 0;
369 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h338 virtual void *getPointerToFunction(Function *F) = 0;
349 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/
DExecutionEngine.h358 virtual void *getPointerToFunction(Function *F) = 0;
369 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h358 virtual void *getPointerToFunction(Function *F) = 0;
369 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/
DExecutionEngine.h358 virtual void *getPointerToFunction(Function *F) = 0;
369 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dvm.hpp109 void *fptr = execution_engine_->getPointerToFunction(callee); in get_function()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp393 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
496 void *FPtr = getPointerToFunction(F); in runFunction()
H A DMCJIT.h261 void *getPointerToFunction(Function *F) override;
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp31 void *FPtr = getPointerToFunction(F); in runFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp30 void *FPtr = getPointerToFunction(F); in runFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp407 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
510 void *FPtr = getPointerToFunction(F); in runFunction()
H A DMCJIT.h260 void *getPointerToFunction(Function *F) override;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp413 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
516 void *FPtr = getPointerToFunction(F); in runFunction()
H A DMCJIT.h252 void *getPointerToFunction(Function *F) override;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h216 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function

12