Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsPCRel

155   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
235 (IsPCRel << 30) |
246 (IsPCRel << 30) |
261 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
299 (IsPCRel << 30) |
309 (IsPCRel << 30) |
362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
395 if (IsPCRel && RelocType == macho::RIT_Vanilla)
440 if (IsPCRel)
451 (IsPCRel << 24) |