Searched refs:RelEnd (Results 1 – 4 of 4) sorted by relevance
133 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument142 if (UnsignedRelItr == RelEnd) in parsePairRelocation()246 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local247 RelItr != RelEnd; ++RelItr) { in addRelocations()294 if (RelItr == RelEnd) in addRelocations()439 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
124 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument133 if (UnsignedRelItr == RelEnd) in parsePairRelocation()238 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local239 RelItr != RelEnd; ++RelItr) { in addRelocations()413 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
580 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst() local582 while ((RelCur != RelEnd) && (RelCur->getOffset() <= Address.Address)) { in printInst()1526 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject() local1779 if (RelCur != RelEnd) in disassembleObject()1950 while (RelCur != RelEnd) { in disassembleObject()
2256 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local2271 if (RelEnd > Size) in isIntegerWideningViableForSlice()2287 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()2292 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()2312 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()2317 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()