Home
last modified time | relevance | path

Searched refs:EndianType (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp19 template <typename EndianType>
22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional()
26 template <typename MapType, typename EndianType>
28 EndianType &Val) { in mapRequiredAs()
31 Val = static_cast<typename EndianType::value_type>(Mapped); in mapRequiredAs()
36 template <typename MapType, typename EndianType>
46 template <typename EndianType> struct HexType;
53 template <typename EndianType>
55 EndianType &Val) { in mapRequiredHex()
61 template <typename EndianType>
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h111 using EndianType = member
115 explicit EndianAdapter(EndianType &&Item) in EndianAdapter()
116 : FormatAdapter<EndianType>(std::move(Item)) {} in EndianAdapter()