Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h117 virtual void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
147 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
453 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
H A DEPCGenericMemoryAccess.h63 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp70 &writeUIntsWrapper<tpctypes::UInt64Write, in addTo()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp55 &testWriteUInts<tpctypes::UInt64Write, SPSMemoryAccessUInt64Write>); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp172 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()
222 tpctypes::UInt64Write PUpdate(ExecutorAddr(PtrAddr), NewAddr); in updatePointer()
H A DExecutorProcessControl.cpp160 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h114 using UInt64Write = UIntWrite<uint64_t>; variable