Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp882 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
885 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
926 writeInt64BE(LocalAddress, Delta); in resolveSystemZRelocation()
939 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()
H A DRuntimeDyldImpl.h330 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() function