Displaying 1 result from an estimated 1 matches for "dt_ostream".
Did you mean:
d_ostream
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?