Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h64 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
63 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, writeUInt64sAsync() function
H A DExecutorProcessControl.h117 virtual void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
153 writeUInt64sAsync(Ws, in writeUInt64s()
447 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp170 void InProcessMemoryAccess::writeUInt64sAsync( in writeUInt64sAsync() function in llvm::orc::InProcessMemoryAccess