/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 783 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() 1505 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 783 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()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 659 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() 1326 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 659 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()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 196 void *A = TheJIT->getPointerToFunction(Foo); in TEST_F() 197 void *B = TheJIT->getPointerToFunction(Foo); in TEST_F()
|
D | MCJITObjectCacheTest.cpp | 98 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 202 void *A = TheJIT->getPointerToFunction(Foo); in TEST_F() 203 void *B = TheJIT->getPointerToFunction(Foo); in TEST_F()
|
D | MCJITObjectCacheTest.cpp | 97 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 746 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() 1428 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 746 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()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 657 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() 1285 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 657 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()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 359 virtual void *getPointerToFunction(Function *F) = 0; 370 return getPointerToFunction(F); in getPointerToFunctionOrStub()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 338 virtual void *getPointerToFunction(Function *F) = 0; 349 return getPointerToFunction(F); in getPointerToFunctionOrStub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 350 virtual void *getPointerToFunction(Function *F) = 0; 361 return getPointerToFunction(F); in getPointerToFunctionOrStub()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 31 void *FPtr = getPointerToFunction(F); in runFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 30 void *FPtr = getPointerToFunction(F); in runFunction()
|
/external/llvm-project/clang/tools/clang-fuzzer/handle-llvm/ |
D | handle_llvm.cpp | 198 LLVMFunc f = reinterpret_cast<LLVMFunc>(EE->getPointerToFunction(EntryFunc)); in CreateAndRunJITFunc()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 393 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT 496 void *FPtr = getPointerToFunction(F); in runFunction()
|
D | MCJIT.h | 261 void *getPointerToFunction(Function *F) override;
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 259 void *getPointerToFunction(Function *F) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 260 void *getPointerToFunction(Function *F) override;
|
D | MCJIT.cpp | 407 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT 510 void *FPtr = getPointerToFunction(F); in runFunction()
|