Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsPCRel

130   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
202 (IsPCRel << 30) |
213 (IsPCRel << 30) |
228 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
264 (IsPCRel << 30) |
274 (IsPCRel << 30) |
287 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
318 if (IsPCRel && RelocType == macho::RIT_Vanilla)
362 if (IsPCRel)
373 (IsPCRel << 24) |