Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h215 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp355 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp503 void *JIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in JIT
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp855 virtual void *getPointerToFunction(Function* F) { in getPointerToFunction() function in JITHelper
1094 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/cached/
Dtoy.cpp864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper