Lines Matching refs:IsPCRel
148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
162 if (IsPCRel) in recordRelocation()
204 if (IsPCRel) { in recordRelocation()
228 IsPCRel = 1; in recordRelocation()
231 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
243 if (IsPCRel) { in recordRelocation()
288 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
368 if (IsPCRel) in recordRelocation()
400 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
407 IsPCRel = 0; in recordRelocation()
421 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()