Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h33 template <typename VersionType>
40 bool operator==(const VersionType &other) const {
43 bool operator>=(const VersionType &other) const {
47 bool operator<(const VersionType &other) const { return !(*this >= other); }
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h64 using VersionType = uint16_t; variable
71 return sizeof(UnitLengthType) + sizeof(VersionType) + in getDWARF5RngListLocListHeaderSize()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp181 VersionType Version;