2017-05-31 00:36:15 +08:00
|
|
|
//===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
|
2017-04-28 00:11:19 +08:00
|
|
|
//
|
2019-01-19 16:50:56 +08: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-04-28 00:11:19 +08:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2017-05-31 00:36:15 +08:00
|
|
|
#include "llvm/DebugInfo/CodeView/DebugSubsection.h"
|
2017-04-28 00:11:19 +08:00
|
|
|
|
|
|
|
using namespace llvm::codeview;
|
|
|
|
|
2017-05-31 00:36:15 +08:00
|
|
|
DebugSubsectionRef::~DebugSubsectionRef() {}
|
2017-05-02 07:27:42 +08:00
|
|
|
|
2017-05-31 00:36:15 +08:00
|
|
|
DebugSubsection::~DebugSubsection() {}
|