]> granicus.if.org Git - llvm/commit
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 7 Aug 2019 17:18:11 +0000 (17:18 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 7 Aug 2019 17:18:11 +0000 (17:18 +0000)
commit948e657594ca18ef4432305f66e5dd1d2f73dddb
tree00d6b9e4618d70d1b9bec8dad082350cbd1328f0
parentbd17a8c045af512595fab6e255b285496128177c
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names

Some of these names were abbreviated, some were not, some pluralised,
some not. Made the API difficult to use - since it's an exact 1:1
mapping to the DWARF sections - use those names (changing underscore
separation for camel casing).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368189 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFObject.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
tools/dsymutil/DwarfLinker.cpp
tools/obj2yaml/dwarf2yaml.cpp
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp