Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1084 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1324 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1370 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1460 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1545 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1820 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1861 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1864 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1867 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1878 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|