Deleted Added
full compact
AArch64FixupKinds.h (276479) AArch64FixupKinds.h (280031)
1//===-- AArch64FixupKinds.h - AArch64 Specific Fixup Entries ----*- 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//===-- AArch64FixupKinds.h - AArch64 Specific Fixup Entries ----*- 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_AArch64FIXUPKINDS_H
11#define LLVM_AArch64FIXUPKINDS_H
10#ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64FIXUPKINDS_H
11#define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64FIXUPKINDS_H
12
13#include "llvm/MC/MCFixup.h"
14
15namespace llvm {
16namespace AArch64 {
17
18enum Fixups {
19 // fixup_aarch64_pcrel_adr_imm21 - A 21-bit pc-relative immediate inserted into

--- 57 unchanged lines hidden ---
12
13#include "llvm/MC/MCFixup.h"
14
15namespace llvm {
16namespace AArch64 {
17
18enum Fixups {
19 // fixup_aarch64_pcrel_adr_imm21 - A 21-bit pc-relative immediate inserted into

--- 57 unchanged lines hidden ---