[llvm-dev] [ExecutionEngine] : getting the size of a llvm::Function after MCJIT code generation

Vivien Millet via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 15 08:59:03 PDT 2017


Using the MCJIT compiler, in the execution engine I can get the address of
a function generated by the JIT compiler (with
ExecutionEngine::getFunctionAddress), but I can't find a method which can
give me the llvm::Function size in memory. Is there a way to get this
information ?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170315/2cbc1c90/attachment.html>


More information about the llvm-dev mailing list