HomeSort by relevance Sort by last modified time
    Searched refs:writeInt64BE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 272 void writeInt64BE(uint8_t *Addr, uint64_t Value) {
RuntimeDyldELF.cpp 831 writeInt64BE(LocalAddress, Delta);
834 writeInt64BE(LocalAddress, Value + Addend);
    [all...]

Completed in 163 milliseconds