Home
last modified time | relevance | path

Searched refs:RelItr (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachO_arm64.cpp96 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() argument
98 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
197 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
198 RelItr != RelEnd; ++RelItr) { in addRelocations()
200 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
244 if (RelItr == RelEnd) in addRelocations()
247 ++RelItr; in addRelocations()
248 RI = getRelocationInfo(RelItr); in addRelocations()
354 FixupContent, ++RelItr, RelEnd); in addRelocations()
HDMachO_x86_64.cpp99 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() argument
101 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()
206 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
207 RelItr != RelEnd; ++RelItr) { in addRelocations()
209 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
323 FixupContent, ++RelItr, RelEnd); in addRelocations()