Home
last modified time | relevance | path

Searched refs:OnWriteComplete (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h44 WriteResultFn OnWriteComplete) override { in writeUInt8sAsync() argument
47 FAs.WriteUInt8s, std::move(OnWriteComplete), Ws); in writeUInt8sAsync()
51 WriteResultFn OnWriteComplete) override { in writeUInt16sAsync() argument
54 FAs.WriteUInt16s, std::move(OnWriteComplete), Ws); in writeUInt16sAsync()
58 WriteResultFn OnWriteComplete) override { in writeUInt32sAsync() argument
61 FAs.WriteUInt32s, std::move(OnWriteComplete), Ws); in writeUInt32sAsync()
65 WriteResultFn OnWriteComplete) override { in writeUInt64sAsync() argument
68 FAs.WriteUInt64s, std::move(OnWriteComplete), Ws); in writeUInt64sAsync()
72 WriteResultFn OnWriteComplete) override { in writeBuffersAsync() argument
75 FAs.WriteBuffers, std::move(OnWriteComplete), Ws); in writeBuffersAsync()
[all …]
H A DExecutorProcessControl.h109 WriteResultFn OnWriteComplete) = 0;
112 WriteResultFn OnWriteComplete) = 0;
115 WriteResultFn OnWriteComplete) = 0;
118 WriteResultFn OnWriteComplete) = 0;
121 WriteResultFn OnWriteComplete) = 0;
421 WriteResultFn OnWriteComplete) override;
424 WriteResultFn OnWriteComplete) override;
427 WriteResultFn OnWriteComplete) override;
430 WriteResultFn OnWriteComplete) override;
433 WriteResultFn OnWriteComplete) override;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp156 OnWriteComplete(Error::success()); in writeUInt8sAsync()
160 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync() argument
163 OnWriteComplete(Error::success()); in writeUInt16sAsync()
167 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32sAsync() argument
170 OnWriteComplete(Error::success()); in writeUInt32sAsync()
174 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync() argument
177 OnWriteComplete(Error::success()); in writeUInt64sAsync()
181 ArrayRef<tpctypes::BufferWrite> Ws, WriteResultFn OnWriteComplete) { in writeBuffersAsync() argument
184 OnWriteComplete(Error::success()); in writeBuffersAsync()
188 ArrayRef<tpctypes::PointerWrite> Ws, WriteResultFn OnWriteComplete) { in writePointersAsync() argument
[all …]