Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp168 return MemAccess.writeUInt32s(PtrUpdates); in createStubs()
219 return MemAccess.writeUInt32s(PUpdate); in updatePointer()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h139 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s() function