summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make helper functions static.Benjamin Kramer2014-04-271-1/+1
| | | | llvm-svn: 207359
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-0/+74
Pulls out some more code from some of the rather monolithic DWARF classes. Unlike the address table, the string table won't move up into DwarfDebug - each DWARF file has its own string table (but there can be only one address table). llvm-svn: 207277
OpenPOWER on IntegriCloud