Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
538 B
C++
Raw Permalink Normal View History

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