Home
last modified time | relevance | path

Searched defs:getPointerToFunction (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp98 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h216 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h203 void *getPointerToFunction(Function *F) { return (void*)F; } in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h220 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp393 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp649 void *JIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in JIT
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp775 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp765 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp998 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper