Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h28 template <typename T> struct UIntWrite { struct
29 UIntWrite() = default;
30 UIntWrite(JITTargetAddress Address, T Value) in UIntWrite() argument
38 using UInt8Write = UIntWrite<uint8_t>; argument
41 using UInt16Write = UIntWrite<uint16_t>;
44 using UInt32Write = UIntWrite<uint32_t>;
47 using UInt64Write = UIntWrite<uint64_t>;