Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 970 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1210 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1256 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1346 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1431 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1741 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1744 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1747 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1749 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1755 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef()
|
| H A D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|