2017-05-30 13:37:31 -04:00
|
|
|
//===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
|
2017-05-02 14:30:13 -04:00
|
|
|
//
|
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
|
//
|
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
2017-05-30 13:37:31 -04:00
|
|
|
#include "llvm/DebugInfo/CodeView/DebugSubsection.h"
|
2017-05-02 14:30:13 -04:00
|
|
|
|
|
|
|
|
using namespace llvm::codeview;
|
|
|
|
|
|
2017-05-30 13:37:31 -04:00
|
|
|
DebugSubsectionRef::~DebugSubsectionRef() {}
|
2017-05-02 14:30:13 -04:00
|
|
|
|
2017-05-30 13:37:31 -04:00
|
|
|
DebugSubsection::~DebugSubsection() {}
|