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

12

/freebsd-11-stable/contrib/tcpdump/
H A Dnfsfh.h47 uint32_t Minor; /* upper case to avoid clashing with macro names */ member in struct:__anon4046
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetParser.h138 unsigned Minor; member in struct:llvm::AMDGPU::IsaVersion
H A DVersionTuple.h47 explicit VersionTuple(unsigned Major, unsigned Minor) argument
51 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) argument
55 explicit VersionTuple(unsigned Major, unsigned Minor, unsigne argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp30 Out << '.' << *Minor; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp297 unsigned Major, Minor, Micro; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp154 std::string Major, Minor; local
264 std::string Major, Minor; local
55 getExtensionVersion(const Driver &D, StringRef MArch, StringRef Ext, StringRef In, std::string &Major, std::string &Minor) argument
301 std::string Major, Minor; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { argument
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp266 unsigned Major, Minor, Micro; local
403 unsigned Major, Minor, Micro; local
499 unsigned Major, Minor, Micro; local
H A DGnu.h161 int Major, Minor, Patch; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
H A DDarwin.h342 setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, unsigned Major, unsigned Minor, unsigned Micro) const argument
H A DLinux.cpp390 unsigned Minor; local
H A DMSVC.cpp1176 unsigned Major, Minor, Micro; local
1211 const unsigned Minor = (FileInfo->dwFileVersionMS ) & 0xFFFF; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h160 unsigned Major, Minor, Micro; variable
671 unsigned Major, Minor, Micro; variable
H A DX86.h439 unsigned Major, Minor, Micro; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp186 unsigned Major, Minor, Micro; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp177 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) argument
184 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) argument
456 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) argument
467 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp164 unsigned Major, Minor, Micro; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp40 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp271 EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
277 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
H A DMCAsmStreamer.cpp545 OS << ", " << *Minor; local
555 OS << '\t' << getVersionMinDirective(Type) << ' ' << Major << ", " << Minor; local
581 OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor; local
552 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
577 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h95 unsigned Minor; member in class:llvm::MCAssembler
256 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, argument
266 setBuildVersion(MachO::PlatformType Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) argument
H A DMCStreamer.h471 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
477 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, argument
1078 unsigned Major, Minor; local
1012 parseMajorMinorVersionComponent(unsigned *Major, unsigned *Minor, const char *VersionName) argument
1126 unsigned Minor; local
1182 unsigned Minor; local
[all...]

Completed in 312 milliseconds

12