LLVM
3.7.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
work
release_test
rc4
llvm.src
lib
DebugInfo
PDB
PDBInterfaceAnchors.cpp
Go to the documentation of this file.
1
//===- PDBInterfaceAnchors.h - defines class anchor funcions ----*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
// Class anchors are necessary per the LLVM Coding style guide, to ensure that
10
// the vtable is only generated in this object file, and not in every object
11
// file that incldues the corresponding header.
12
//===----------------------------------------------------------------------===//
13
14
#include "
llvm/DebugInfo/PDB/IPDBDataStream.h
"
15
#include "
llvm/DebugInfo/PDB/IPDBLineNumber.h
"
16
#include "
llvm/DebugInfo/PDB/IPDBRawSymbol.h
"
17
#include "
llvm/DebugInfo/PDB/IPDBSession.h
"
18
#include "
llvm/DebugInfo/PDB/IPDBRawSymbol.h
"
19
20
using namespace
llvm;
21
22
IPDBSession::~IPDBSession
() {}
23
24
IPDBDataStream::~IPDBDataStream
() {}
25
26
IPDBRawSymbol::~IPDBRawSymbol
() {}
27
28
IPDBLineNumber::~IPDBLineNumber
() {}
IPDBDataStream.h
IPDBLineNumber.h
llvm::IPDBRawSymbol::~IPDBRawSymbol
virtual ~IPDBRawSymbol()
Definition:
PDBInterfaceAnchors.cpp:26
llvm::IPDBSession::~IPDBSession
virtual ~IPDBSession()
Definition:
PDBInterfaceAnchors.cpp:22
IPDBSession.h
llvm::IPDBLineNumber::~IPDBLineNumber
virtual ~IPDBLineNumber()
Definition:
PDBInterfaceAnchors.cpp:28
llvm::IPDBDataStream::~IPDBDataStream
virtual ~IPDBDataStream()
Definition:
PDBInterfaceAnchors.cpp:24
IPDBRawSymbol.h
Generated on Mon Aug 31 2015 11:05:19 for LLVM by
1.8.6