Searched refs:processSimpleRelocation (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
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()
|
D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1159 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1377 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1465 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1766 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1769 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1771 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1777 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef()
|
D | RuntimeDyldELF.h | 127 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|