Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h63 virtual void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
90 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s()
285 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws,
H A DOrcRPCExecutorProcessControl.h248 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, in writeUInt64s()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h46 using UInt64Write = UIntWrite<uint64_t>; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h155 template <> class SerializationTypeName<tpctypes::UInt64Write> {
192 std::is_same<WriteT, tpctypes::UInt64Write>::value>> {
352 Error(std::vector<tpctypes::UInt64Write>)> {
428 handleWriteUInt<tpctypes::UInt64Write>); in OrcRPCTPCServer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp171 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs()
220 tpctypes::UInt64Write PUpdate(PtrAddr, NewAddr); in updatePointer()
H A DExecutorProcessControl.cpp145 ArrayRef<tpctypes::UInt64Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt64s()