Lines Matching refs:IsPCRel
98 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local
114 if (IsPCRel) { in RecordX86_64Relocation()
131 if (IsPCRel) { in RecordX86_64Relocation()
155 if (IsPCRel) { in RecordX86_64Relocation()
199 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86_64Relocation()
239 if (IsPCRel) in RecordX86_64Relocation()
263 if (IsPCRel) { in RecordX86_64Relocation()
321 IsPCRel = 1; in RecordX86_64Relocation()
348 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local
423 (IsPCRel << 30) | in recordScatteredRelocation()
445 (IsPCRel << 30) | in recordScatteredRelocation()
464 unsigned IsPCRel = 0; in recordTLVPRelocation() local
474 IsPCRel = 1; in recordTLVPRelocation()
487 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
497 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
524 if (IsPCRel) in RecordX86Relocation()
574 if (IsPCRel) in RecordX86Relocation()
584 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86Relocation()