Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
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); }
/external/webrtc/rtc_base/win/
Dwindows_version.h55 enum VersionType { enum
108 VersionType version_type() const { return version_type_; } in version_type()
127 VersionType version_type_;
/external/llvm/lib/MC/
DMCMachOStreamer.cpp509 MCVersionMinType VersionType; in createMachOStreamer() local
511 VersionType = MCVM_WatchOSVersionMin; in createMachOStreamer()
513 VersionType = MCVM_TvOSVersionMin; in createMachOStreamer()
515 VersionType = MCVM_OSXVersionMin; in createMachOStreamer()
518 VersionType = MCVM_IOSVersionMin; in createMachOStreamer()
520 S->EmitVersionMin(VersionType, Major, Minor, Update); in createMachOStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp1149 MCVersionMinType VersionType; in EmitVersionForTarget() local
1151 VersionType = MCVM_WatchOSVersionMin; in EmitVersionForTarget()
1154 VersionType = MCVM_TvOSVersionMin; in EmitVersionForTarget()
1157 VersionType = MCVM_OSXVersionMin; in EmitVersionForTarget()
1161 VersionType = MCVM_IOSVersionMin; in EmitVersionForTarget()
1165 EmitVersionMin(VersionType, Major, Minor, Update, SDKVersion); in EmitVersionForTarget()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp201 MCVersionMinType VersionType; in doInitialization() local
203 VersionType = MCVM_WatchOSVersionMin; in doInitialization()
206 VersionType = MCVM_TvOSVersionMin; in doInitialization()
209 VersionType = MCVM_OSXVersionMin; in doInitialization()
213 VersionType = MCVM_IOSVersionMin; in doInitialization()
217 OutStreamer->EmitVersionMin(VersionType, Major, Minor, Update); in doInitialization()