Lines Matching refs:IsPCRel
106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
123 if (IsPCRel) { in RecordX86_64Relocation()
140 if (IsPCRel) { in RecordX86_64Relocation()
164 if (IsPCRel) { in RecordX86_64Relocation()
208 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86_64Relocation()
249 if (IsPCRel) in RecordX86_64Relocation()
273 if (IsPCRel) { in RecordX86_64Relocation()
331 IsPCRel = 1; in RecordX86_64Relocation()
358 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
373 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
434 (IsPCRel << 30) | in recordScatteredRelocation()
456 (IsPCRel << 30) | in recordScatteredRelocation()
476 unsigned IsPCRel = 0; in recordTLVPRelocation() local
486 IsPCRel = 1; in recordTLVPRelocation()
499 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
510 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
538 if (IsPCRel) in RecordX86Relocation()
588 if (IsPCRel) in RecordX86Relocation()
598 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86Relocation()