Deleted Added
full compact
Win64EHDumper.h (276479) Win64EHDumper.h (280031)
1//===- Win64EHDumper.h - Win64 EH Printing ----------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
1//===- Win64EHDumper.h - Win64 EH Printing ----------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef LLVM_TOOLS_READOBJ_WIN64EHPRINTER_H
11#define LLVM_TOOLS_READOBJ_WIN64EHPRINTER_H
10#ifndef LLVM_TOOLS_LLVM_READOBJ_WIN64EHDUMPER_H
11#define LLVM_TOOLS_LLVM_READOBJ_WIN64EHDUMPER_H
12
13#include "StreamWriter.h"
14#include "llvm/Support/Win64EH.h"
15
16namespace llvm {
17namespace object {
18class COFFObjectFile;
19class SymbolRef;

--- 44 unchanged lines hidden ---
12
13#include "StreamWriter.h"
14#include "llvm/Support/Win64EH.h"
15
16namespace llvm {
17namespace object {
18class COFFObjectFile;
19class SymbolRef;

--- 44 unchanged lines hidden ---