Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h111 virtual void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
134 writeUInt16sAsync(Ws, in writeUInt16s()
468 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
H A DEPCGenericMemoryAccess.h49 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp149 void SelfExecutorProcessControl::writeUInt16sAsync( in writeUInt16sAsync() function in llvm::orc::SelfExecutorProcessControl