enum Constant::PossibleRelocationsTy

Declared at: llvm/include/llvm/IR/Constant.h:233

Enumerators

NameValueComment
NoRelocation0This constant requires no relocations. That is, it holds simple constants (like integrals).
LocalRelocation1This constant holds static relocations that can be resolved by the static linker.
GlobalRelocation2This constant holds dynamic relocations that the dynamic linker will need to resolve.