LLVM  8.0.1
Namespaces | Enumerations
RISCVFixupKinds.h File Reference
#include "llvm/MC/MCFixup.h"
Include dependency graph for RISCVFixupKinds.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::RISCV
 

Enumerations

enum  llvm::RISCV::Fixups {
  llvm::RISCV::fixup_riscv_hi20 = FirstTargetFixupKind, llvm::RISCV::fixup_riscv_lo12_i, llvm::RISCV::fixup_riscv_lo12_s, llvm::RISCV::fixup_riscv_pcrel_hi20,
  llvm::RISCV::fixup_riscv_pcrel_lo12_i, llvm::RISCV::fixup_riscv_pcrel_lo12_s, llvm::RISCV::fixup_riscv_jal, llvm::RISCV::fixup_riscv_branch,
  llvm::RISCV::fixup_riscv_rvc_jump, llvm::RISCV::fixup_riscv_rvc_branch, llvm::RISCV::fixup_riscv_call, llvm::RISCV::fixup_riscv_relax,
  llvm::RISCV::fixup_riscv_invalid, llvm::RISCV::NumTargetFixupKinds = fixup_riscv_invalid - FirstTargetFixupKind
}