Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp81 MemAccess->writeUInt32s({{ExecutorAddr::fromPtr(&Test_UInt32), 1}}); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp168 return MemAccess.writeUInt32s(PtrUpdates); in createStubs()
219 return MemAccess.writeUInt32s(PUpdate); in updatePointer()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h139 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s() function