Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h114 virtual void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
142 writeUInt32sAsync(Ws, in writeUInt32s()
471 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
H A DEPCGenericMemoryAccess.h56 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp156 void SelfExecutorProcessControl::writeUInt32sAsync( in writeUInt32sAsync() function in llvm::orc::SelfExecutorProcessControl