enum MCFixupKindInfo::FixupKindFlags

Declared at: llvm/include/llvm/MC/MCFixupKindInfo.h:16

Enumerators

NameValueComment
FKF_IsPCRel1Is this fixup kind PCrelative? This is used by the assembler backend to evaluate fixup values in a target independent manner when possible.
FKF_IsAlignedDownTo32Bits2Should this fixup kind force a 4-byte aligned effective PC value?
FKF_IsTarget4Should this fixup be evaluated in a target dependent manner?
FKF_Constant8This fixup kind should be resolved if defined. FIXME This is a workaround because we don't support certain ARM relocation types. This flag should eventually be removed.