Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:RelocType

48                                 unsigned RelocType, const MCSymbolData *SD,
64 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
66 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
99 RelocType = unsigned(MachO::ARM_RELOC_BR24);
106 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
113 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
127 RelocType = unsigned(MachO::ARM_RELOC_HALF);
131 RelocType = unsigned(MachO::ARM_RELOC_HALF);
136 RelocType = unsigned(MachO::ARM_RELOC_HALF);
140 RelocType = unsigned(MachO::ARM_RELOC_HALF);
316 unsigned RelocType,
324 switch (RelocType) {
362 unsigned RelocType = MachO::ARM_RELOC_VANILLA;
363 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size))
375 if (RelocType == MachO::ARM_RELOC_HALF)
379 Target, RelocType, Log2Size,
394 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA)
398 Target, RelocType, Log2Size,
423 if (requiresExternRelocation(Writer, Asm, *Fragment, RelocType, SD,
444 Type = RelocType;