Lines Matching refs:IsPCRel
155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
169 if (IsPCRel) in recordRelocation()
211 if (IsPCRel) { in recordRelocation()
235 IsPCRel = 1; in recordRelocation()
238 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
250 if (IsPCRel) { in recordRelocation()
295 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
360 if (IsPCRel) in recordRelocation()
385 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
392 IsPCRel = 0; in recordRelocation()
406 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()