Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:IsPCRel

86                              const bool IsPCRel) {
92 if (IsPCRel) { // relative to PC
148 const unsigned IsPCRel, const unsigned Log2Size,
157 (IsPCRel << 7) | // was << 24
166 const unsigned Log2Size, const unsigned IsPCRel,
171 (IsPCRel << 30) | MachO::R_SCATTERED);
198 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
199 const unsigned Type = getRelocType(Target, FK, IsPCRel);
281 Log2Size, IsPCRel, Value2);
295 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value);
307 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
367 if (IsPCRel)
373 makeRelocationInfo(MRE, FixupOffset, Index, IsPCRel, Log2Size, false, Type);