enum Constant::PossibleRelocationsTy
Declared at: llvm/include/llvm/IR/Constant.h:233
Enumerators
Name | Value | Comment |
---|---|---|
NoRelocation | 0 | This constant requires no relocations. That is, it holds simple constants (like integrals). |
LocalRelocation | 1 | This constant holds static relocations that can be resolved by the static linker. |
GlobalRelocation | 2 | This constant holds dynamic relocations that the dynamic linker will need to resolve. |