Lines Matching defs:RelI
1129 unsigned SectionID, relocation_iterator RelI,
1154 uint64_t SourceOffset = RelI->getOffset();
1162 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend);
1173 relocation_iterator RelI,
1179 uint64_t Offset = RelI->getOffset();
1180 unsigned RelType = RelI->getType();
1187 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) {
1226 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O,
1229 uint64_t RelType = RelI->getType();
1231 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend())
1235 elf_symbol_iterator Symbol = RelI->getSymbol();
1316 uint64_t Offset = RelI->getOffset();
1324 resolveAArch64Branch(SectionID, Value, RelI, Stubs);
1880 ++RelI;
1881 auto &GetAddrRelocation = *RelI;
1893 return ++RelI;