18c099fe0SZachary Turner //===- DebugSubsection.cpp -----------------------------------*- C++-*-===// 28c099fe0SZachary Turner // 3*2946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*2946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 5*2946cd70SChandler 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 138c099fe0SZachary Turner DebugSubsectionRef::~DebugSubsectionRef() {} 148c099fe0SZachary Turner 158c099fe0SZachary Turner DebugSubsection::~DebugSubsection() {} 16