1*89cb50c9SDimitry Andric //===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
2*89cb50c9SDimitry Andric //
3*89cb50c9SDimitry Andric //                     The LLVM Compiler Infrastructure
4*89cb50c9SDimitry Andric //
5*89cb50c9SDimitry Andric // This file is distributed under the University of Illinois Open Source
6*89cb50c9SDimitry Andric // License. See LICENSE.TXT for details.
7*89cb50c9SDimitry Andric //
8*89cb50c9SDimitry Andric //===----------------------------------------------------------------------===//
9*89cb50c9SDimitry Andric 
10*89cb50c9SDimitry Andric #include "llvm/DebugInfo/CodeView/DebugSubsection.h"
11*89cb50c9SDimitry Andric 
12*89cb50c9SDimitry Andric using namespace llvm::codeview;
13*89cb50c9SDimitry Andric 
~DebugSubsectionRef()14*89cb50c9SDimitry Andric DebugSubsectionRef::~DebugSubsectionRef() {}
15*89cb50c9SDimitry Andric 
~DebugSubsection()16*89cb50c9SDimitry Andric DebugSubsection::~DebugSubsection() {}
17