Displaying 1 result from an estimated 1 matches for "alesiani".
Did you mean:
alesan
2014 Apr 28
2
[LLVMdev] Feeding DWARF debug information for an LLVM module
I'm trying to insert some DWARF debugging information into a LLVM IR module
by manually parsing the DWARF debug DIEs. I'm doing it that way since I
wrote my custom front-end for my language and the DWARF debugging
information are provided me as a byte stream for the various DWARF sections.
I took a look at the documentation and DwarfDebug class (