Searched refs:EndianType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | MinidumpYAML.cpp | 19 template <typename EndianType> 20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() 21 typename EndianType::value_type Default) { in mapOptional() 22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional() 26 template <typename MapType, typename EndianType> 28 EndianType &Val) { in mapRequiredAs() 29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs() 31 Val = static_cast<typename EndianType::value_type>(Mapped); in mapRequiredAs() 36 template <typename MapType, typename EndianType> 37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| HD | FormatUtil.h | 111 using EndianType = support::detail::packed_endian_specific_integral< member 114 explicit EndianAdapter(EndianType &&Item) in EndianAdapter() 115 : FormatAdapter<EndianType>(std::move(Item)) {} in EndianAdapter()
|