Searched refs:writeUInt64s (Results 1 – 4 of 4) sorted by relevance
63 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,90 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s() function93 writeUInt64s(Ws, [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt64s()285 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
248 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s() function
175 return MemAccess.writeUInt64s(PtrUpdates); in createStubs()221 return MemAccess.writeUInt64s(PUpdate); in updatePointer()
144 void SelfExecutorProcessControl::writeUInt64s( in writeUInt64s() function in llvm::orc::SelfExecutorProcessControl