Searched refs:writeUInt8sAsync (Results 1 – 4 of 4) sorted by relevance
50 virtual void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,92 writeUInt8sAsync(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s()
23 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
50 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync() function
17 void InProcessMemoryAccess::writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync() function in llvm::orc::InProcessMemoryAccess