search for: m3log

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

Did you mean: x3log
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?