Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.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];