Searched refs:processSimpleRelocation (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h124 void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value);
H A DRuntimeDyldELF.cpp1135 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) { function in class:llvm::RuntimeDyldELF
1332 processSimpleRelocation(SectionID, Offset, RelType, Value);
1420 processSimpleRelocation(SectionID, Offset, RelType, Value);
1715 processSimpleRelocation(SectionID, Offset, RelType, Value);
1718 processSimpleRelocation(SectionID, Offset, RelType, Value);
1720 processSimpleRelocation(SectionID, Offset, RelType, Value);
1726 processSimpleRelocation(SectionID, Offset, RelType, Value);

Completed in 102 milliseconds