]> granicus.if.org Git - llvm/commit
Make DWARFDebugLine use StringRef for directory/file tables. NFC
authorPaul Robinson <paul.robinson@sony.com>
Tue, 2 May 2017 17:37:32 +0000 (17:37 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 2 May 2017 17:37:32 +0000 (17:37 +0000)
commitac4b289dcebccbc6587779aff372f55b32010c8d
tree8842d43f66f3e5b37d154665b01fbc8c95e95836
parent3322bb7af588eb82222764907fe92e8d7bd45512
Make DWARFDebugLine use StringRef for directory/file tables. NFC

Differential Revision: http://reviews.llvm.org/D32728

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301940 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
include/llvm/Support/DataExtractor.h
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
lib/Support/DataExtractor.cpp