Lines Matching refs:IsPCRel
107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
124 if (IsPCRel) { in RecordX86_64Relocation()
141 if (IsPCRel) { in RecordX86_64Relocation()
165 if (IsPCRel) { in RecordX86_64Relocation()
209 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86_64Relocation()
250 if (IsPCRel) in RecordX86_64Relocation()
274 if (IsPCRel) { in RecordX86_64Relocation()
332 IsPCRel = 1; in RecordX86_64Relocation()
360 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
375 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
436 (IsPCRel << 30) | in recordScatteredRelocation()
458 (IsPCRel << 30) | in recordScatteredRelocation()
478 unsigned IsPCRel = 0; in recordTLVPRelocation() local
488 IsPCRel = 1; in recordTLVPRelocation()
501 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
512 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
540 if (IsPCRel) in RecordX86Relocation()
587 if (IsPCRel) in RecordX86Relocation()
597 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86Relocation()