Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h30 unsigned Major : 32; variable
46 explicit constexpr VersionTuple(unsigned Major) in VersionTuple()
50 explicit constexpr VersionTuple(unsigned Major, unsigned Minor) in VersionTuple()
54 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, in VersionTuple()
59 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, in VersionTuple()
H A DRISCVISAInfo.h30 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/clang/lib/Driver/ToolChains/
H A DHLSL.cpp91 unsigned long long Major = 0; in tryParseProfile() local
122 uint64_t Major = Version.getMajor(); in isLegalValidatorVersion() local
H A DFreeBSD.cpp286 unsigned Major = ToolChain.getTriple().getOSMajorVersion(); in ConstructJob() local
445 unsigned Major = getTriple().getOSMajorVersion(); in AddCXXStdlibLibArgs() local
H A DGnu.h167 int Major, Minor, Patch; member
H A DAMDGPU.cpp156 unsigned Major = ~0U; in parseHIPVersionFile() local
348 unsigned Major = ~0U; in RocmInstallationDetector() local
H A DDarwin.h367 unsigned Major, unsigned Minor, unsigned Micro, in setTarget()
/freebsd/contrib/tcpdump/
H A Dnfsfh.h48 uint32_t Major; member
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h33 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp100 std::optional<llvm::StringRef> WinSysRoot, std::string &Path, int &Major, in getWindowsSDKDirViaCommandLine()
400 int &Major, std::string &WindowsSDKIncludeVersion, in getWindowsSDKDir()
459 int Major; in getUniversalCRTSdkDir() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp288 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, in emitVersionMin()
294 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
302 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
H A DSPIRVObjectWriter.cpp49 constexpr uint32_t Major = 1; in writeHeader() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h506 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, in emitVersionMin()
512 virtual void emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
517 unsigned Major, in emitDarwinTargetVariantBuildVersion()
H A DMCAssembler.h107 unsigned Major; member
309 unsigned Major, unsigned Minor, in setDarwinTargetVariantBuildVersion()
/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/Support/
H A DRISCVISAInfo.cpp507 static Error getExtensionVersion(StringRef Ext, StringRef In, unsigned &Major, in getExtensionVersion()
766 unsigned Major, Minor, ConsumeLength; in parseArchString() local
836 unsigned Major, Minor, ConsumeLength; in parseArchString() local
909 unsigned Major, Minor, ConsumeLength; in parseArchString() local
1317 unsigned Major, Minor, ConsumeLength; in isSupportedExtensionWithVersion() local
/freebsd/contrib/llvm-project/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp126 int32_t Major, Minor; in main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTargetParser.h118 unsigned Major; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp334 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp41 uint64_t Major = Version.getMajor(); in addDxilValVersion() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp41 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { in setBuildNumber()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp29 int Major = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h32 uint16_t Major; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h407 unsigned Major = TT.getOSVersion().getMajor(); in swiftAsyncContextIsDynamicallySet() local

123