Searched defs:Minor (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/tcpdump/
H A Dnfsfh.h47 uint32_t Minor; /* upper case to avoid clashing with macro names */ member in struct:__anon6145
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetParser.h96 unsigned Minor; member in struct:llvm::AMDGPU::IsaVersion
H A DVersionTuple.h48 explicit VersionTuple(unsigned Major, unsigned Minor) argument
52 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) argument
56 explicit VersionTuple(unsigned Major, unsigned Minor, unsigne argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h31 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp33 Out << '.' << *Minor; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp325 unsigned Major, Minor, Micro; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp29 StringRef Minor; member in struct:__anon1856::RISCVExtensionVersion
84 getExtensionVersion(const Driver &D, const ArgList &Args, StringRef MArch, StringRef Ext, StringRef In, std::string &Major, std::string &Minor) argument
229 std::string Major, Minor; local
338 std::string Major, Minor; local
378 std::string Next, Major, Minor; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h166 int Major, Minor, Patch; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
H A DNetBSD.cpp267 unsigned Major, Minor, Micro; local
405 unsigned Major, Minor, Micro; local
501 unsigned Major, Minor, Micro; local
H A DAMDGPU.cpp94 unsigned Minor; local
158 unsigned Minor = 0; local
H A DDarwin.h337 setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, unsigned Major, unsigned Minor, unsigned Micro) const argument
H A DLinux.cpp318 unsigned Minor; local
H A DMSVC.cpp1196 unsigned Major, Minor, Micro; local
1231 const unsigned Minor = (FileInfo->dwFileVersionMS ) & 0xFFFF; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c204 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h160 unsigned Major, Minor, Micro; variable
676 unsigned Major, Minor, Micro; variable
H A DX86.h429 unsigned Major, Minor, Micro; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp183 unsigned Major, Minor, Micro; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp165 unsigned Major, Minor, Micro; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp40 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp273 emitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
279 emitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
H A DMCAsmStreamer.cpp555 OS << ", " << *Minor; local
565 OS << '\t' << getVersionMinDirective(Type) << ' ' << Major << ", " << Minor; local
591 OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor; local
562 emitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
587 emitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp179 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) argument
186 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) argument
464 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) argument
475 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h95 unsigned Minor; member in class:llvm::MCAssembler
259 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, argument
269 setBuildVersion(MachO::PlatformType Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) argument
H A DMCStreamer.h470 emitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
476 emitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument

Completed in 351 milliseconds

12