Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
474 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws,
H A DEPCGenericMemoryAccess.h63 void writeUInt64sAsync(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64sAsync()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp91 &writeUIntsWrapper<tpctypes::UInt64Write, in addTo()
/openbsd-src/gnu/llvm/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.cpp164 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64sAsync()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h74 using UInt64Write = UIntWrite<uint64_t>; variable