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