Lines Matching refs:IsPCRel
156 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
170 if (IsPCRel) in recordRelocation()
212 if (IsPCRel) { in recordRelocation()
236 IsPCRel = 1; in recordRelocation()
239 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
251 if (IsPCRel) { in recordRelocation()
296 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
361 if (IsPCRel) in recordRelocation()
382 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
389 IsPCRel = 0; in recordRelocation()
403 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()