Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h357 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp408 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT