1 //===- X86Relocations.h - X86 Code Relocations ------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file was developed by the LLVM research group and is distributed under
6 // the University of Illinois Open Source License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file defines the X86 target-specific relocation types.
12 //===----------------------------------------------------------------------===//
14 #ifndef X86RELOCATIONS_H
15 #define X86RELOCATIONS_H
17 #include "llvm/CodeGen/MachineRelocation.h"
22 // reloc_pcrel_word - PC relative relocation, add the relocated value to
23 // the value already in memory, after we adjust it for where the PC is.
26 // reloc_absolute_word - Absolute relocation, just add the relocated value
27 // to the value already in memory.
28 reloc_absolute_word
= 1,