Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp177 return MemAccess.writeUInt64s(PtrUpdates); in createStubs()
223 return MemAccess.writeUInt64s(PUpdate); in updatePointer()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h147 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s() function