Mercurial > hg > CbC > CbC_llvm
view lib/DebugInfo/CodeView/DebugSubsection.cpp @ 124:4fa72497ed5d
fix
author | mir3636 |
---|---|
date | Thu, 30 Nov 2017 20:04:56 +0900 |
parents | 803732b1fca8 |
children | c2174574ed3a |
line wrap: on
line source
//===- DebugSubsection.cpp -----------------------------------*- C++-*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #include "llvm/DebugInfo/CodeView/DebugSubsection.h" using namespace llvm::codeview; DebugSubsectionRef::~DebugSubsectionRef() {} DebugSubsection::~DebugSubsection() {}