enum MCFixupKind

Description

Extensible enumeration to represent the type of a fixup.

Declared at: llvm/include/llvm/MC/MCFixup.h:22

Enumerators

NameValueComment
FK_NONE0A no-op fixup.
FK_Data_11A one-byte fixup.
FK_Data_22A two-byte fixup.
FK_Data_43A four-byte fixup.
FK_Data_84A eight-byte fixup.
FK_Data_6b5A six-bits fixup.
FK_PCRel_16A one-byte pc relative fixup.
FK_PCRel_27A two-byte pc relative fixup.
FK_PCRel_48A four-byte pc relative fixup.
FK_PCRel_89A eight-byte pc relative fixup.
FK_GPRel_110A one-byte gp relative fixup.
FK_GPRel_211A two-byte gp relative fixup.
FK_GPRel_412A four-byte gp relative fixup.
FK_GPRel_813A eight-byte gp relative fixup.
FK_DTPRel_414A four-byte dtp relative fixup.
FK_DTPRel_815A eight-byte dtp relative fixup.
FK_TPRel_416A four-byte tp relative fixup.
FK_TPRel_817A eight-byte tp relative fixup.
FK_SecRel_118A one-byte section relative fixup.
FK_SecRel_219A two-byte section relative fixup.
FK_SecRel_420A four-byte section relative fixup.
FK_SecRel_821A eight-byte section relative fixup.
FK_Data_Add_122A one-byte add fixup.
FK_Data_Add_223A two-byte add fixup.
FK_Data_Add_424A four-byte add fixup.
FK_Data_Add_825A eight-byte add fixup.
FK_Data_Add_6b26A six-bits add fixup.
FK_Data_Sub_127A one-byte sub fixup.
FK_Data_Sub_228A two-byte sub fixup.
FK_Data_Sub_429A four-byte sub fixup.
FK_Data_Sub_830A eight-byte sub fixup.
FK_Data_Sub_6b31A six-bits sub fixup.
FirstTargetFixupKind128
MaxTargetFixupKind256