search for: classllvm_1_1dwarfdebug

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

2014 Apr 28
2
[LLVMdev] Feeding DWARF debug information for an LLVM module
...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 ( http://llvm.org/docs/doxygen/html/classllvm_1_1DwarfDebug.html <http://llvm.org/docs/doxygen/html/classllvm_1_1DwarfDebug.html> ) but it doesn't seem to be a quick way to directly "feed the DWARF sections" to the IR directly generated from my code. Anyway I'd like to know if what I'm doing (i.e. manually parsing the DWARF se...