xref: /llvm-project/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp (revision 3a3cb929ab6fd69ea7d5db42db613a4701fa4669)
18c099fe0SZachary Turner //===- DebugSubsection.cpp -----------------------------------*- C++-*-===//
28c099fe0SZachary Turner //
32946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
42946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information.
52946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
68c099fe0SZachary Turner //
78c099fe0SZachary Turner //===----------------------------------------------------------------------===//
88c099fe0SZachary Turner 
98c099fe0SZachary Turner #include "llvm/DebugInfo/CodeView/DebugSubsection.h"
108c099fe0SZachary Turner 
118c099fe0SZachary Turner using namespace llvm::codeview;
128c099fe0SZachary Turner 
13*3a3cb929SKazu Hirata DebugSubsectionRef::~DebugSubsectionRef() = default;
148c099fe0SZachary Turner 
15*3a3cb929SKazu Hirata DebugSubsection::~DebugSubsection() = default;
16