Searched refs:UInt64Write (Results 1 – 7 of 7) sorted by relevance
59 virtual void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,112 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
32 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
71 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
169 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()218 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr.getValue()); in updatePointer()
39 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
169 &writeUIntsWrapper<tpctypes::UInt64Write, in addTo()
90 using UInt64Write = UIntWrite<uint64_t>; variable