Home
last modified time | relevance | path

Searched refs:writeUInt32s (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp165 return MemAccess.writeUInt32s(PtrUpdates); in createStubs()
215 return MemAccess.writeUInt32s(PUpdate); in updatePointer()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h142 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s() function