| commit | f0d81a50bf4022d62297b842072fbcb5d29c345f | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Apr 11 17:37:23 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Apr 11 17:37:23 2015 +0000 |
| tree | fac4675b2878bea5d7447915e14a8effeb90f0f7 | |
| parent | 93c6a668fc17c116cb1ae184d9969b15b5fa8f65 [diff] |
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()`. llvm-svn: 234691