summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h
Commit message (Collapse)AuthorAgeFilesLines
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-081-52/+0
| | | | | | | switching some stuff over to passing around MCSymbol* instead of stem+ID. llvm-svn: 97993
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-231-7/+3
| | | | | | Tweak #includes. llvm-svn: 79800
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-2/+2
| | | | | | Again, no intendtional functionality change. llvm-svn: 71854
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-151-0/+56
logical/sane approach to organizing all of the stuff that goes into writing out DWARF information. Honestly? even this is too complex for what it's supposed to be doing. Trivia: It *looks* like there would be functionality changes, however there aren't! llvm-svn: 71821
OpenPOWER on IntegriCloud