Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h60 virtual void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
83 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s()
282 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws,
H A DOrcRPCExecutorProcessControl.h243 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, in writeUInt32s()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h43 using UInt32Write = UIntWrite<uint32_t>; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h150 template <> class SerializationTypeName<tpctypes::UInt32Write> {
191 std::is_same<WriteT, tpctypes::UInt32Write>::value ||
345 Error(std::vector<tpctypes::UInt32Write>)> {
426 handleWriteUInt<tpctypes::UInt32Write>); in OrcRPCTPCServer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs()
216 tpctypes::UInt32Write PUpdate(PtrAddr, NewAddr); in updatePointer()
H A DExecutorProcessControl.cpp138 ArrayRef<tpctypes::UInt32Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt32s()