Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp115 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h208 void *getPointerToFunction(Function *F) { return (void*)F; } in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp655 void *JIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in JIT