Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h64 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
H A DExecutorProcessControl.h117 virtual void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
150 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
429 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp91 &writeUIntsWrapper<tpctypes::UInt64Write, in addTo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp169 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()
218 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr.getValue()); in updatePointer()
H A DExecutorProcessControl.cpp174 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h90 using UInt64Write = UIntWrite<uint64_t>; variable