Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters that specified default values. Now we only support returning Optional<> values and have changed all clients over to use Optional::getValueOr(). Differential Revision: https://reviews.llvm.org/D28569 llvm-svn: 291686
Loading
Please sign in to comment