/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/Interpreter/ |
D | Interpreter.h | 216 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 220 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 353 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 393 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 407 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 413 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 775 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 765 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 775 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 765 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 998 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 998 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
|