Lines Matching refs:RelI
273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
298 ++RelI; in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
352 return ++RelI; in processRelocationRef()
480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
486 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
489 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
493 Expected<StringRef> SubtrahendNameOrErr = RelI->getSymbol()->getName(); in processSubtractRelocation()
502 ++RelI; in processSubtractRelocation()
503 Expected<StringRef> MinuendNameOrErr = RelI->getSymbol()->getName(); in processSubtractRelocation()
516 return ++RelI; in processSubtractRelocation()