Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h216 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h213 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp379 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
/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