LLVM: llvm::MCFixupKindInfo Struct Reference (original) (raw)
Target independent information on a fixup kind. More...
#include "[llvm/MC/MCAsmBackend.h](MCAsmBackend%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| const char * | Name |
| A target specific name for the fixup kind. | |
| uint8_t | TargetOffset |
| The bit offset to write the relocation into. | |
| uint8_t | TargetSize |
| The number of bits written by this fixup. | |
| unsigned | Flags |
| Flags describing additional information on this fixup kind. |
Target independent information on a fixup kind.
Definition at line 38 of file MCAsmBackend.h.
◆ Flags
Flags describing additional information on this fixup kind.
Definition at line 51 of file MCAsmBackend.h.
◆ Name
A target specific name for the fixup kind.
The names will be unique for distinct kinds on any given target.
Definition at line 41 of file MCAsmBackend.h.
◆ TargetOffset
uint8_t llvm::MCFixupKindInfo::TargetOffset
The bit offset to write the relocation into.
Definition at line 44 of file MCAsmBackend.h.
◆ TargetSize
uint8_t llvm::MCFixupKindInfo::TargetSize
The documentation for this struct was generated from the following file:
- include/llvm/MC/MCAsmBackend.h