Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h293 void writeInt64BE(uint8_t *Addr, uint64_t Value) { in writeInt64BE() function
DRuntimeDyldELF.cpp782 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
785 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
819 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()