LLVM 22.0.0git
|
Target independent information on a fixup kind. More...
#include "llvm/MC/MCAsmBackend.h"
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.
unsigned llvm::MCFixupKindInfo::Flags |
Flags describing additional information on this fixup kind.
Definition at line 51 of file MCAsmBackend.h.
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.
uint8_t llvm::MCFixupKindInfo::TargetOffset |
The bit offset to write the relocation into.
Definition at line 44 of file MCAsmBackend.h.
uint8_t llvm::MCFixupKindInfo::TargetSize |
The number of bits written by this fixup.
The bits are assumed to be contiguous.
Definition at line 48 of file MCAsmBackend.h.
Referenced by llvm::AVRAsmBackend::adjustFixupValue(), and llvm::MipsAsmBackend::applyFixup().