OSDN Git Service

[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 1 Mar 2019 22:14:24 +0000 (22:14 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 1 Mar 2019 22:14:24 +0000 (22:14 +0000)
commitca58bd27df5df9742dcdc3f45864879f6327aaa0
treef81348a32da44396578221f403d79b47c5b4dc23
parentae62c5926e004c512a6051dbf1a4509b304f12c0
[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)

Continues the work started in r354941. Changes (all but one) uses of the
extractValue to static createFromData.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355233 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
tools/dsymutil/DwarfLinker.cpp