Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp214 tpctypes::UInt32Write PUpdate(PtrAddr, NewAddr.getValue()); in updatePointer() local
215 return MemAccess.writeUInt32s(PUpdate); in updatePointer()
218 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr.getValue()); in updatePointer() local
219 return MemAccess.writeUInt64s(PUpdate); in updatePointer()