Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h108 virtual void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
126 writeUInt8sAsync(Ws, in writeUInt8s()
465 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws,
H A DEPCGenericMemoryAccess.h42 void writeUInt8sAsync(ArrayRef<tpctypes::UInt8Write> Ws, in writeUInt8sAsync() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp142 void SelfExecutorProcessControl::writeUInt8sAsync( in writeUInt8sAsync() function in llvm::orc::SelfExecutorProcessControl