Home
last modified time | relevance | path

Searched refs:applyRelocation (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h50 void applyRelocation(const RelocationEntry &RE, uint64_t Value);
H A DRuntimeDyldELFMips.cpp41 void RuntimeDyldELFMips::applyRelocation(const RelocationEntry &RE, in applyRelocation() function in RuntimeDyldELFMips