Standard fixup kinds shared by all targets, plus bounds for literal and target-specific ranges.
Declared in <llvm/MC/MCFixup.h>
enum Unnamed enum;
| Name | Description |
|---|---|
FirstLiteralRelocationKind | First kind for literal relocation types from .reloc directives. |
FK_NONE | A no-op fixup. |
FK_Data_1 | A one-byte fixup. |
FK_Data_2 | A two-byte fixup. |
FK_Data_4 | A four-byte fixup. |
FK_Data_8 | A eight-byte fixup. |
FK_Data_leb128 | A leb128 fixup. |
FK_SecRel_1 | A one-byte section relative fixup. |
FK_SecRel_2 | A two-byte section relative fixup. |
FK_SecRel_4 | A four-byte section relative fixup. |
FK_SecRel_8 | A eight-byte section relative fixup. |
FirstTargetFixupKind | First kind available for target-specific fixups. |