Lines Matching refs:IsPCRel
101 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
118 if (IsPCRel) { in RecordX86_64Relocation()
135 if (IsPCRel) { in RecordX86_64Relocation()
160 if (IsPCRel) { in RecordX86_64Relocation()
204 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86_64Relocation()
245 if (IsPCRel) in RecordX86_64Relocation()
269 if (IsPCRel) { in RecordX86_64Relocation()
327 IsPCRel = 1; in RecordX86_64Relocation()
355 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
370 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
431 (IsPCRel << 30) | in recordScatteredRelocation()
453 (IsPCRel << 30) | in recordScatteredRelocation()
473 unsigned IsPCRel = 0; in recordTLVPRelocation() local
483 IsPCRel = 1; in recordTLVPRelocation()
497 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
509 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
537 if (IsPCRel) in RecordX86Relocation()
584 if (IsPCRel) in RecordX86Relocation()
594 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86Relocation()