Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h27 template <typename T> struct UIntWrite { struct
29 UIntWrite(JITTargetAddress Address, T Value) in UIntWrite() function
37 using UInt8Write = UIntWrite<uint8_t>; argument