Lines Matching refs:RelI
246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
253 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
271 ++RelI; in processRelocationRef()
272 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
276 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
278 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
287 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
294 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
308 return ++RelI; in processRelocationRef()
421 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
427 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
430 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
434 Expected<StringRef> SubtrahendNameOrErr = RelI->getSymbol()->getName(); in processSubtractRelocation()
443 ++RelI; in processSubtractRelocation()
444 Expected<StringRef> MinuendNameOrErr = RelI->getSymbol()->getName(); in processSubtractRelocation()
457 return ++RelI; in processSubtractRelocation()