Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h27 template <typename T> struct UIntWrite { struct
28 UIntWrite() = default;
29 UIntWrite(JITTargetAddress Address, T Value) in UIntWrite() argument
37 using UInt8Write = UIntWrite<uint8_t>; argument
40 using UInt16Write = UIntWrite<uint16_t>;
43 using UInt32Write = UIntWrite<uint32_t>;
46 using UInt64Write = UIntWrite<uint64_t>;