Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h56 template <typename T> struct UIntWrite { struct
57 UIntWrite() = default;
58 UIntWrite(ExecutorAddr Addr, T Value) : Addr(Addr), Value(Value) {} in UIntWrite() argument
65 using UInt8Write = UIntWrite<uint8_t>; argument
68 using UInt16Write = UIntWrite<uint16_t>;
71 using UInt32Write = UIntWrite<uint32_t>;
74 using UInt64Write = UIntWrite<uint64_t>;
250 tpctypes::UIntWrite<T>> {
252 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()
256 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()
[all …]