Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:RelocType

55 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
57 RelocType = unsigned(macho::RIT_Vanilla);
83 RelocType = unsigned(macho::RIT_ARM_Branch24Bit);
90 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
97 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
105 RelocType = unsigned(macho::RIT_ARM_HalfDifference);
114 RelocType = unsigned(macho::RIT_ARM_Half);
289 unsigned RelocType = macho::RIT_Vanilla;
290 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) {
299 if (RelocType == macho::RIT_ARM_Half ||
300 RelocType == macho::RIT_ARM_HalfDifference)
318 if (IsPCRel && RelocType == macho::RIT_Vanilla)
366 Type = RelocType;