Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h353 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp407 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT