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

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

Completed in 79 milliseconds