Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h57 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32sAsync()
56 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws, writeUInt32sAsync() function
H A DExecutorProcessControl.h114 virtual void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
145 writeUInt32sAsync(Ws, in writeUInt32s()
444 void writeUInt32sAsync(ArrayRef<tpctypes::UInt32Write> Ws,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp163 void InProcessMemoryAccess::writeUInt32sAsync( in writeUInt32sAsync() function in llvm::orc::InProcessMemoryAccess