Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h218 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h218 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp369 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp533 void *MCJITHelper::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJITHelper
/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