Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h96 template <typename T> struct UIntWrite { struct
97 UIntWrite() = default;
98 UIntWrite(ExecutorAddr Addr, T Value) : Addr(Addr), Value(Value) {} in UIntWrite() function
105 using UInt8Write = UIntWrite<uint8_t>; argument
108 using UInt16Write = UIntWrite<uint16_t>;
111 using UInt32Write = UIntWrite<uint32_t>;
114 using UInt64Write = UIntWrite<uint64_t>;
269 tpctypes::UIntWrite<T>> {
271 static size_t size(const tpctypes::UIntWrite<T> &W) { in size()
275 static bool serialize(SPSOutputBuffer &OB, const tpctypes::UIntWrite<T> &W) { in serialize()
[all …]