Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_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()
DMachO_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()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_arm64.cpp213 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
214 RelItr != RelEnd; ++RelItr) { in addRelocations()
216 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
261 if (RelItr == RelEnd) in addRelocations()
264 ++RelItr; in addRelocations()
265 RI = getRelocationInfo(RelItr); in addRelocations()
377 FixupContent, ++RelItr, RelEnd); in addRelocations()
DMachO_x86_64.cpp216 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
217 RelItr != RelEnd; ++RelItr) { in addRelocations()
219 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
335 FixupContent, ++RelItr, RelEnd); in addRelocations()
DMachOLinkGraphBuilder.h163 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() argument
165 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()