Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsPCRel

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