Searched defs:Major (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTargetParser.h118 unsigned Major; member in struct:llvm::AMDGPU::IsaVersion
/freebsd-current/contrib/tcpdump/
H A Dnfsfh.h48 uint32_t Major; member in struct:__anon3590
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp49 constexpr uint32_t Major = 1; local
H A DMCMachOStreamer.cpp288 void MCMachOStreamer::emitVersionMin(MCVersionMinType Kind, unsigned Major, argument
294 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, argument
301 emitDarwinTargetVariantBuildVersion( unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAInfo.h30 unsigned Major; member in struct:llvm::RISCVISAInfo::ExtensionVersion
H A DVersionTuple.h46 explicit constexpr VersionTuple(unsigned Major) argument
50 explicit constexpr VersionTuple(unsigned Major, unsigned Minor) argument
54 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, argument
59 VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, unsigned Build) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h33 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp286 unsigned Major = ToolChain.getTriple().getOSMajorVersion(); local
H A DHLSL.cpp91 unsigned long long Major = 0; local
122 uint64_t Major = Version.getMajor(); local
H A DGnu.h167 int Major, Minor, Patch; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
H A DDarwin.h366 setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, unsigned Major, unsigned Minor, unsigned Micro, VersionTuple NativeTargetVersion) const argument
H A DMSVC.cpp619 const unsigned Major = (FileInfo->dwFileVersionMS >> 16) & 0xFFFF; local
H A DAMDGPU.cpp156 unsigned Major = ~0U; local
348 unsigned Major = ~0U; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp334 Error parseVersion(uint32_t *Major, uint32_t *Minor) { argument
/freebsd-current/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) { argument
268 static inline uint32_t ConstructVersion(uint32_t Major, uint32_t Minor, argument
273 int32_t __isPlatformVersionAtLeast(uint32_t Platform, uint32_t Major, argument
313 int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp41 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp41 uint64_t Major = Version.getMajor(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h32 uint16_t Major; member in struct:llvm::DXContainerYAML::VersionTuple
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp29 int Major = 0; member in struct:__anon3142::DXILShaderModel
/freebsd-current/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp97 getWindowsSDKDirViaCommandLine( llvm::vfs::FileSystem &VFS, std::optional<llvm::StringRef> WinSdkDir, std::optional<llvm::StringRef> WinSdkVersion, std::optional<llvm::StringRef> WinSysRoot, std::string &Path, int &Major, std::string &Version) argument
397 getWindowsSDKDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, std::optional<StringRef> WinSdkVersion, std::optional<StringRef> WinSysRoot, std::string &Path, int &Major, std::string &WindowsSDKIncludeVersion, std::string &WindowsSDKLibVersion) argument
459 int Major; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h380 unsigned Major = TT.getOSVersion().getMajor(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h506 virtual void emitVersionMin(MCVersionMinType Type, unsigned Major, argument
512 virtual void emitBuildVersion(unsigned Platform, unsigned Major, argument
516 emitDarwinTargetVariantBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
H A DMCAssembler.h107 unsigned Major; member in class:llvm::MCAssembler
284 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, argument
294 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, argument
308 setDarwinTargetVariantBuildVersion(MachO::PlatformType Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp27 unsigned Major = local
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1010 bool DarwinAsmParser::parseMajorMinorVersionComponent(unsigned *Major, argument
1056 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, argument
1076 unsigned Major, Minor; local
1123 unsigned Major; local
1185 unsigned Major; local
[all...]

Completed in 607 milliseconds

12