Lines Matching refs:IsPCRel
153 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
167 if (IsPCRel) in recordRelocation()
209 if (IsPCRel) { in recordRelocation()
233 IsPCRel = 1; in recordRelocation()
236 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
248 if (IsPCRel) { in recordRelocation()
293 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
358 if (IsPCRel) in recordRelocation()
383 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
390 IsPCRel = 0; in recordRelocation()
404 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()