search for: dwarfgener

Displaying 4 results from an estimated 4 matches for "dwarfgener".

Did you mean: dwarfgen
2016 Nov 17
3
DWARF Generator
...tInMemory class to be able to load DWARF from. The idea is to generate a small blurb of DWARF, parse it using our built in DWARF parser and validate that the API calls we do when consuming the DWARF match what we expect. The original stand along DWARF generator class is in unittests/DebugInfo/DWARF/DWARFGenerator2.{h,cpp} in the patch attached. The original review suggested that I try to use the AsmPrinter and many of its associated classes to generate the DWARF. I attempted to do so and the AsmPrinter version is in lib/CodeGen/DwarfGenerator.{h,cpp} in the patch attached. This AsmPrinter based code ste...
2016 Nov 18
4
DWARF Generator
...tInMemory class to be able to load DWARF from. The idea is to generate a small blurb of DWARF, parse it using our built in DWARF parser and validate that the API calls we do when consuming the DWARF match what we expect. The original stand along DWARF generator class is in unittests/DebugInfo/DWARF/DWARFGenerator2.{h,cpp} in the patch attached. The original review suggested that I try to use the AsmPrinter and many of its associated classes to generate the DWARF. I attempted to do so and the AsmPrinter version is in lib/CodeGen/DwarfGenerator.{h,cpp} in the patch attached. This AsmPrinter based code ste...
2016 Nov 18
2
DWARF Generator
...WARF from. The idea is to generate a small blurb >> of DWARF, parse it using our built in DWARF parser and validate that the >> API calls we do when consuming the DWARF match what we expect. The >> original stand along DWARF generator class is in >> unittests/DebugInfo/DWARF/DWARFGenerator2.{h,cpp} in the patch attached. >> The original review suggested that I try to use the AsmPrinter and many of >> its associated classes to generate the DWARF. I attempted to do so and the >> AsmPrinter version is in lib/CodeGen/DwarfGenerator.{h,cpp} in the patch >> atta...
2016 Nov 18
2
DWARF Generator
...generate a small > blurb > >> of DWARF, parse it using our built in DWARF parser and validate that the > >> API calls we do when consuming the DWARF match what we expect. The > >> original stand along DWARF generator class is in > >> unittests/DebugInfo/DWARF/DWARFGenerator2.{h,cpp} in the patch attached. > >> The original review suggested that I try to use the AsmPrinter and many > of > >> its associated classes to generate the DWARF. I attempted to do so and > the > >> AsmPrinter version is in lib/CodeGen/DwarfGenerator.{h,cpp} i...