LLVM API Documentation

Classes | Namespaces | Enumerations
MCFixup.h File Reference
#include "llvm/MC/MCExpr.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/SMLoc.h"
#include <cassert>
Include dependency graph for MCFixup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MCFixup

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Enumerations

enum  llvm::MCFixupKind {
  llvm::FK_Data_1 = 0, llvm::FK_Data_2, llvm::FK_Data_4, llvm::FK_Data_8,
  llvm::FK_PCRel_1, llvm::FK_PCRel_2, llvm::FK_PCRel_4, llvm::FK_PCRel_8,
  llvm::FK_GPRel_1, llvm::FK_GPRel_2, llvm::FK_GPRel_4, llvm::FK_GPRel_8,
  llvm::FK_SecRel_1, llvm::FK_SecRel_2, llvm::FK_SecRel_4, llvm::FK_SecRel_8,
  llvm::FirstTargetFixupKind = 128, llvm::MaxTargetFixupKind = (1 << 8)
}
 MCFixupKind - Extensible enumeration to represent the type of a fixup. More...