struct MCFixupKindInfo
Declaration
struct MCFixupKindInfo { /* full declaration omitted */ };
Description
Target independent information on a fixup kind.
Declared at: llvm/include/llvm/MC/MCFixupKindInfo.h:15
Member Variables
- public const char* Name
- A target specific name for the fixup kind. The names will be unique for distinct kinds on any given target.
- public unsigned int TargetOffset
- The bit offset to write the relocation into.
- public unsigned int TargetSize
- The number of bits written by this fixup. The bits are assumed to be contiguous.
- public unsigned int Flags
- Flags describing additional information on this fixup kind.