diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-28 14:25:45 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-28 14:25:45 +0000 |
commit | ceb5bc7df1a3f6b1d4a301adf30f4d0e21bbaa15 (patch) | |
tree | d0f33b598c308ea07f34622863f425be6d0c4661 /lib/VMCore | |
parent | 324cbb89f2759fb9ad347bd2af4631e50c39c8f3 (diff) | |
download | external_llvm-ceb5bc7df1a3f6b1d4a301adf30f4d0e21bbaa15.zip external_llvm-ceb5bc7df1a3f6b1d4a301adf30f4d0e21bbaa15.tar.gz external_llvm-ceb5bc7df1a3f6b1d4a301adf30f4d0e21bbaa15.tar.bz2 |
Devirtualize DIScope and subclasses.
Nothing in here makes use of the virtuality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r-- | lib/VMCore/DebugInfo.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/VMCore/DebugInfo.cpp b/lib/VMCore/DebugInfo.cpp index e56ab0f..78df0aa 100644 --- a/lib/VMCore/DebugInfo.cpp +++ b/lib/VMCore/DebugInfo.cpp @@ -1156,29 +1156,3 @@ void DIVariable::printExtendedName(raw_ostream &OS) const { } } } - -//===----------------------------------------------------------------------===// -// DIDescriptor: vtable anchors for all descriptors. -//===----------------------------------------------------------------------===// - -void DIScope::anchor() { } - -void DICompileUnit::anchor() { } - -void DIFile::anchor() { } - -void DIType::anchor() { } - -void DIBasicType::anchor() { } - -void DIDerivedType::anchor() { } - -void DICompositeType::anchor() { } - -void DISubprogram::anchor() { } - -void DILexicalBlock::anchor() { } - -void DINameSpace::anchor() { } - -void DILexicalBlockFile::anchor() { } |