Searched refs:relocation_end (Results 1 – 7 of 7) sorted by relevance
129 relocation_iterator relocation_end() const;131 return make_range(relocation_begin(), relocation_end()); in relocations()502 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
200 if (S.relocation_begin() != S.relocation_end()) in addRelocations()206 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
197 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
292 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
627 e = si->relocation_end(); in findOPDEntrySection()1878 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
361 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
1712 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()