2017-05-30 13:37:31 -04:00
|
|
|
//===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
|
2017-05-02 14:30:13 -04:00
|
|
|
//
|
2019-08-20 16:50:12 -04:00
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2017-05-02 14:30:13 -04:00
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
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() {}
|