From 8c099fe06e9c4efdea698ac82df2685792ea0b6e Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 30 May 2017 16:36:15 +0000 Subject: [CodeView] Rename ModuleDebugFragment -> DebugSubsection. This is more concise, and matches the terminology used in other parts of the codebase more closely. llvm-svn: 304218 --- llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp (limited to 'llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp') diff --git a/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp new file mode 100644 index 00000000000..67b428bfa71 --- /dev/null +++ b/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp @@ -0,0 +1,16 @@ +//===- 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() {} -- cgit v1.2.3