Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h108 struct EndianAdapter final
114 explicit EndianAdapter(EndianType &&Item) in EndianAdapter() function
124 detail::EndianAdapter<T> fmtle(support::detail::packed_endian_specific_integral< in fmtle()
127 return detail::EndianAdapter<T>(std::move(Value)); in fmtle()