Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp917 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
920 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
961 writeInt64BE(LocalAddress, Delta); in resolveSystemZRelocation()
974 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()
H A DRuntimeDyldImpl.h330 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() function