xref: /src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp (revision 81ad626541db97eb356e2c1d4a20eb2a26a766ab)
1ee2f195dSDimitry Andric //===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
2ee2f195dSDimitry Andric //
3e6d15924SDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4e6d15924SDimitry Andric // See https://llvm.org/LICENSE.txt for license information.
5e6d15924SDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6ee2f195dSDimitry Andric //
7ee2f195dSDimitry Andric //===----------------------------------------------------------------------===//
8ee2f195dSDimitry Andric 
9ee2f195dSDimitry Andric #include "llvm/DebugInfo/CodeView/DebugSubsection.h"
10ee2f195dSDimitry Andric 
11ee2f195dSDimitry Andric using namespace llvm::codeview;
12ee2f195dSDimitry Andric 
13145449b1SDimitry Andric DebugSubsectionRef::~DebugSubsectionRef() = default;
14ee2f195dSDimitry Andric 
15145449b1SDimitry Andric DebugSubsection::~DebugSubsection() = default;
16