DebugInfo: Move DIScope::getName() and getContext() to MDScope
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 11 Apr 2015 17:37:23 +0000 (17:37 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 11 Apr 2015 17:37:23 +0000 (17:37 +0000)
commit4e1b79bbd8944bd7875ec720a895664f46b9ed9c
tree49ae71df1adb1a4309050f41f1f237369e4a5a44
parent829e0131071569aa28d64751cf85c2c545ab9b54
DebugInfo: Move DIScope::getName() and getContext() to MDScope

Continue gutting the `DIDescriptor` hierarchy.  In this case, move the
guts of `DIScope::getName()` and `DIScope::getContext()` to
`MDScope::getName()` and `MDScope::getScope()`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234691 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoMetadata.h
lib/IR/DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp