Home
last modified time | relevance | path

Searched defs:Minor (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h33 unsigned Minor : 31; variable
51 explicit constexpr VersionTuple(unsigned Major, unsigned Minor) in VersionTuple()
55 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, in VersionTuple()
60 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, in VersionTuple()
H A DRISCVISAUtils.h29 unsigned Minor; member
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h34 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
38 unsigned Minor = 0, Subminor = 0; in PackedVersion() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c253 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { in __isOSVersionAtLeast()
269 static inline uint32_t ConstructVersion(uint32_t Major, uint32_t Minor, in ConstructVersion()
277 uint32_t Minor, uint32_t Subminor) { in __isPlatformVersionAtLeast()
291 uint32_t Platform, uint32_t Major, uint32_t Minor, uint32_t Subminor, in __isPlatformOrVariantPlatformVersionAtLeast()
339 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { in __isOSVersionAtLeast()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DARMTargetDefEmitter.cpp213 const int Minor = Rec->getValueAsInt("Minor"); in emitARMTargetDef()
328 auto Minor = Arch->getValueAsInt("Minor"); in emitARMTargetDef() local
H A DRISCVTargetDefEmitter.cpp107 unsigned Minor = Feature->getValueAsInt("MinorVersion"); in printMArch() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp31 void SPIRVObjectWriter::setBuildVersion(unsigned Major, unsigned Minor, in setBuildVersion()
H A DMCMachOStreamer.cpp238 unsigned Minor, unsigned Update, in emitVersionMin()
244 unsigned Minor, unsigned Update, in emitBuildVersion()
251 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVObjectWriter.h34 unsigned Minor = 0; member
H A DMCStreamer.h490 unsigned Minor, unsigned Update, in emitVersionMin()
496 unsigned Minor, unsigned Update, in emitBuildVersion()
501 unsigned Minor, in emitDarwinTargetVariantBuildVersion()
H A DMCMachObjectWriter.h104 unsigned Minor; member
239 unsigned Major, unsigned Minor, in setTargetVariantBuildVersion()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp244 unsigned Minor = in getOverloadMaskString() local
289 unsigned Minor = Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in getStageMaskString() local
318 unsigned Minor = Version->getValueAsInt("Minor"); in emitDXILVersions() local
391 unsigned Minor = in emitDXILOpAttributes() local
/freebsd/contrib/tcpdump/
H A Dnfsfh.h47 uint32_t Minor; /* upper case to avoid clashing with macro names */ member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp32 if (std::optional<unsigned> Minor = V.getMinor()) in operator <<() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.cpp38 unsigned Minor = (LinkerName[5] - '0') * 10 + (LinkerName[6] - '0'); in GlibcSupportsFloat128() local
H A DHLSL.cpp95 unsigned long long Minor = 0; in tryParseProfile() local
163 uint64_t Minor = *Version.getMinor(); in isLegalValidatorVersion() local
H A DGnu.h168 int Major, Minor, Patch; member
H A DAMDGPU.cpp113 unsigned Minor = ~0U; in parseHIPVersionFile() local
286 unsigned Minor = ~0U; in RocmInstallationDetector() local
H A DDarwin.h427 unsigned Major, unsigned Minor, unsigned Micro, in setTarget()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp995 unsigned *Minor, in parseMajorMinorVersionComponent()
1040 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion()
1060 unsigned Major, Minor; in parseSDKVersion() local
1108 unsigned Minor; in parseVersionMin() local
1170 unsigned Minor; in parseBuildVersion() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp339 unsigned &Minor, unsigned &ConsumeLength, in getExtensionVersion()
613 unsigned Major, Minor, ConsumeLength; in parseArchString() local
696 unsigned Major, Minor, ConsumeLength; in parseArchString() local
1032 unsigned Major, Minor, ConsumeLength; in isSupportedExtensionWithVersion() local
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DTcg2Protocol.h23 UINT8 Minor; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp344 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp666 std::function<void(bool InModule, unsigned Minor, in compare()
678 unsigned Minor = 0; in compare() local
1538 bool InModule, unsigned Minor, const FuncDataT<EmptyData> &Before, in handleFunctionCompare()
2221 bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, in handleFunctionCompare()
2295 const FuncDataT<DCData> &After) -> void { in handleInitialIR()
2326 const FuncDataT<DCData> &After) -> void { in handleAfter()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTargetParser.h134 unsigned Minor; member

123