LLVM API Documentation
00001 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file is distributed under the University of Illinois Open Source 00006 // License. See LICENSE.TXT for details. 00007 // 00008 //===----------------------------------------------------------------------===// 00009 00010 #include "llvm/MC/MCSection.h" 00011 #include "llvm/MC/MCAsmInfo.h" 00012 #include "llvm/MC/MCContext.h" 00013 #include "llvm/Support/raw_ostream.h" 00014 using namespace llvm; 00015 00016 //===----------------------------------------------------------------------===// 00017 // MCSection 00018 //===----------------------------------------------------------------------===// 00019 00020 MCSection::~MCSection() { 00021 } 00022