Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h329 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() function
H A DRuntimeDyldELF.cpp1131 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
1134 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
1175 writeInt64BE(LocalAddress, Delta); in resolveSystemZRelocation()
1188 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()