Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsPCRel

147   unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
226 (IsPCRel << 30) |
237 (IsPCRel << 30) |
253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
294 (IsPCRel << 30) |
304 (IsPCRel << 30) |
354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
390 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA)
435 if (IsPCRel)
446 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);