Return the ELF relocation type for Fixup applied to Target.
Declared in <llvm/MC/MCELFObjectWriter.h>
virtual
unsigned int
getRelocType(
MCFixup const& Fixup,
MCValue const& Target,
bool IsPCRel) const = 0;
The ELF relocation type for the fixup.
| Name | Description |
|---|---|
| Fixup | - Fixup being recorded as a relocation. |
| Target | - Relocatable expression evaluated for the fixup. |
| IsPCRel | - True if the relocation is PC-relative. |