Searched refs:UInt32Write (Results 1 – 6 of 6) sorted by relevance
114 virtual void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,139 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()471 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
56 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync()
88 &writeUIntsWrapper<tpctypes::UInt32Write, in addTo()
163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()218 tpctypes::UInt32Write PUpdate(ExecutorAddr(PtrAddr), NewAddr); in updatePointer()
157 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync()
71 using UInt32Write = UIntWrite<uint32_t>; variable