//===-- llvm/CodeGen/DwarfCompileUnit.cpp - Dwarf Compile Unit ------------===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// This file contains support for writing dwarf compile unit.////===----------------------------------------------------------------------===//#define DEBUG_TYPE "dwarfdebug"#include"DwarfAccelTable.h"#include"DwarfCompileUnit.h"#include"DwarfDebug.h"#include"llvm/Constants.h"#include"llvm/GlobalVariable.h"#include"llvm/Instructions.h"#include"llvm/Analysis/DIBuilder.h"#include"llvm/Sup