Files
llvm-project/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
T

15 lines
486 B
C++
Raw Normal View History

//===- ModuleDebugFragment.cpp -----------------------------------*- C++-*-===//
2017-04-27 16:11:19 +00:00
//
// 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/ModuleDebugFragment.h"
using namespace llvm::codeview;
2017-05-01 16:46:39 +00:00
ModuleDebugFragmentRef::~ModuleDebugFragmentRef() {}