Searched refs:writeInt64BE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 323 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() function
|
D | RuntimeDyldELF.cpp | 1030 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() 1033 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation() 1067 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation() 1071 writeInt64BE(LocalAddress, Delta); in resolveSystemZRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 807 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() 810 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation() 851 writeInt64BE(LocalAddress, Delta); in resolveSystemZRelocation() 864 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()
|
D | RuntimeDyldImpl.h | 346 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() function
|