Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp288 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
289 RelItr != RelEnd; ++RelItr) { in addRelocations()
291 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
336 ++RelItr; in addRelocations()
337 if (RelItr == RelEnd) in addRelocations()
340 RI = getRelocationInfo(RelItr); in addRelocations()
484 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
H A DMachO_x86_64.cpp264 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
265 RelItr != RelEnd; ++RelItr) { in addRelocations()
267 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
439 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
H A DMachOLinkGraphBuilder.h169 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() argument
171 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()