[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)
commit2dc2baa8ccc70e39decb64348bd879e00a5bb0d2
tree5172304163fb28f1be86a2dd7f51a9bb09dc880d
parent9fe3b4906f351292691cd594b30fe6cf7230b94d
[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)

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

llvm-svn: 355233
llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
llvm/tools/dsymutil/DwarfLinker.cpp