Searched refs:resolveRelocation (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 121 bool resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel,
|
D | RuntimeDyldMachO.cpp | 25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, in resolveRelocation() function in llvm::RuntimeDyldMachO 510 resolveRelocation(Target, Addr, isPCRel, Type, Size); in reassignSymbolAddress()
|