aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-2/+1
2014-09-11Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie1-4/+1
2014-04-27Make helper functions static.Benjamin Kramer1-1/+1
2014-04-25Encapsulate the DWARF string pool in a separate type.David Blaikie1-0/+74