search for: fm3log

Displaying 1 result from an estimated 1 matches for "fm3log".

Did you mean: m3log
2012 Mar 01
2
[LLVMdev] Is there any way to print assembly code of a function compiled by ExecutionEngine?
Hello! I'm using LLVM's JIT in my project. Is there any way to view assembly code of functions it generates without disassembling them from the memory?