Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMinidumpYAML.cpp170 template <std::size_t N> struct FixedSizeHex { struct
171 FixedSizeHex(uint8_t (&Storage)[N]) : Storage(Storage) {} in FixedSizeHex() argument
173 uint8_t (&Storage)[N];