Home
last modified time | relevance | path

Searched defs:Major (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h56 : Major(Majo argument
32 unsigned Major : 32; global() variable
48 VersionTuple(unsigned Major) VersionTuple() argument
52 VersionTuple(unsigned Major,unsigned Minor) VersionTuple() argument
61 VersionTuple(unsigned Major,unsigned Minor,unsigned Subminor,unsigned Build) VersionTuple() argument
[all...]
H A DRISCVISAUtils.h27 unsigned Major; member
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c252 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { in __isOSVersionAtLeast()
268 static inline uint32_t ConstructVersion(uint32_t Major, uint32_t Minor, in ConstructVersion()
273 int32_t __isPlatformVersionAtLeast(uint32_t Platform, uint32_t Major, in __isPlatformVersionAtLeast()
313 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { in __isOSVersionAtLeast()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp196 const int Major = Rec->getValueAsInt("Major"); in EmitARMTargetDef()
309 auto Major = Arch->getValueAsInt("Major"); in EmitARMTargetDef() local
H A DRISCVTargetDefEmitter.cpp105 unsigned Major = Feature->getValueAsInt("MajorVersion"); in printMArch() local
H A DDXILEmitter.cpp33 int Major = 0; member
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp91 unsigned long long Major = 0; in tryParseProfile() local
162 uint64_t Major = Version.getMajor(); in isLegalValidatorVersion() local
H A DFreeBSD.cpp291 unsigned Major = ToolChain.getTriple().getOSMajorVersion(); in ConstructJob() local
450 unsigned Major = getTriple().getOSMajorVersion(); in AddCXXStdlibLibArgs() local
H A DAMDGPU.cpp157 unsigned Major = ~0U; in parseHIPVersionFile() local
349 unsigned Major = ~0U; in RocmInstallationDetector() local
H A DDarwin.h380 unsigned Major, unsigned Minor, unsigned Micro, in setTarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h32 PackedVersion(unsigned Major,unsigned Minor,unsigned Subminor) PackedVersion() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp31 void SPIRVObjectWriter::setBuildVersion(unsigned Major, unsigned Minor, in setBuildVersion()
H A DMCMachOStreamer.cpp252 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
258 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
266 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
/freebsd/contrib/tcpdump/
H A Dnfsfh.h48 uint32_t Major; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h471 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
477 virtual void emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
482 unsigned Major, in emitDarwinTargetVariantBuildVersion()
H A DMCSPIRVObjectWriter.h36 unsigned Major = 0; member
H A DMCMachObjectWriter.h102 unsigned Major; member
245 unsigned Major, unsigned Minor, in setTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp100 std::optional<llvm::StringRef> WinSysRoot, std::string &Path, int &Major, in getWindowsSDKDirViaCommandLine()
404 int &Major, std::string &WindowsSDKIncludeVersion, in getWindowsSDKDir()
463 int Major; in getUniversalCRTSdkDir() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1010 bool DarwinAsmParser::parseMajorMinorVersionComponent(unsigned *Major, in parseMajorMinorVersionComponent()
1056 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion()
1076 unsigned Major, Minor; in parseSDKVersion() local
1123 unsigned Major; in parseVersionMin() local
1185 unsigned Major; in parseBuildVersion() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp339 static Error getExtensionVersion(StringRef Ext, StringRef In, unsigned &Major, in getExtensionVersion()
615 unsigned Major, Minor, ConsumeLength; in parseArchString() local
699 unsigned Major, Minor, ConsumeLength; in parseArchString() local
997 unsigned Major, Minor, ConsumeLength; in isSupportedExtensionWithVersion() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp341 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTargetParser.h128 unsigned Major; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h350 unsigned Major = TT.getOSVersion().getMajor(); in swiftAsyncContextIsDynamicallySet() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp40 setBuildNumber(uint8_t Major,uint8_t Minor) setBuildNumber() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h393 unsigned Major = TT.getOSVersion().getMajor(); in swiftAsyncContextIsDynamicallySet() local

123