Searched defs:HexType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp47 template <> struct HexType<support::ulittle16_t> { using type = yaml::Hex16; }; struct in namespace:__anon3762
48 template <> struct HexType<support::ulittle32_t> { using type = yaml::Hex32; }; struct in namespace:__anon3762
49 template <> struct HexType<support::ulittle64_t> { using type = yaml::Hex64; }; struct in namespace:__anon3762

Completed in 123 milliseconds