Searched refs:relocation_end (Results 1 – 9 of 9) sorted by relevance
131 relocation_iterator relocation_end() const;133 return make_range(relocation_begin(), relocation_end()); in relocations()533 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
213 if (S.relocation_begin() != S.relocation_end()) in addRelocations()238 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
222 if (S.relocation_begin() != S.relocation_end()) in addRelocations()246 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
294 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
398 for (auto It = Section.relocation_begin(); It != Section.relocation_end(); in collectRelocationsToApplyToSwiftReflectionSections()
727 e = si->relocation_end(); in findOPDEntrySection()2374 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
377 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
1889 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()
2164 if (Section.relocation_begin() == Section.relocation_end()) in printRelocations()