Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVersionTuple.h29 unsigned Minor : 31; variable
47 explicit VersionTuple(unsigned Major, unsigned Minor) in VersionTuple()
51 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) in VersionTuple()
55 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, in VersionTuple()
DTargetParser.h138 unsigned Minor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1036 unsigned &Minor, unsigned &Micro) { in parseVersionFromName()
1055 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor, in getEnvironmentVersion()
1065 void Triple::getOSVersion(unsigned &Major, unsigned &Minor, in getOSVersion()
1078 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, in getMacOSXVersion()
1119 void Triple::getiOSVersion(unsigned &Major, unsigned &Minor, in getiOSVersion()
1145 void Triple::getWatchOSVersion(unsigned &Major, unsigned &Minor, in getWatchOSVersion()
DVersionTuple.cpp29 if (Optional<unsigned> Minor = V.getMinor()) in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DPackedVersion.h28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp178 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion()
185 uint32_t Minor, in EmitDirectiveHSACodeObjectISA()
457 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion()
468 uint32_t Minor, in EmitDirectiveHSACodeObjectISA()
/third_party/skia/third_party/externals/oboe/include/oboe/
DVersion.h71 static constexpr uint8_t Minor = OBOE_VERSION_MINOR; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h472 unsigned Minor, unsigned Update, in EmitVersionMin()
478 unsigned Minor, unsigned Update, in EmitBuildVersion()
DMCAssembler.h95 unsigned Minor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1013 unsigned *Minor, in parseMajorMinorVersionComponent()
1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion()
1078 unsigned Major, Minor; in parseSDKVersion() local
1126 unsigned Minor; in parseVersionMin() local
1182 unsigned Minor; in parseBuildVersion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp286 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp272 unsigned Minor, unsigned Update, in EmitVersionMin()
278 unsigned Minor, unsigned Update, in EmitBuildVersion()
DMCAsmStreamer.cpp544 if (auto Minor = SDKVersion.getMinor()) { in EmitSDKVersionSuffix() local
553 unsigned Minor, unsigned Update, in EmitVersionMin()
578 unsigned Minor, unsigned Update, in EmitBuildVersion()
DMachObjectWriter.cpp869 unsigned Minor = V.getMinor() ? *V.getMinor() : 0; in writeObject() local
DMCStreamer.cpp1138 unsigned Minor; in EmitVersionForTarget() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
Dllvm.go39 Major, Minor, Point int member
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHeader.h27 Byte Minor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp578 if (auto Minor = V.getMinor()) { in setSDKVersion() local
605 if (auto Minor = getVersionComponent(1)) { in getSDKVersion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp186 unsigned Major, Minor, Micro; in initialize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp40 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { in setBuildNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h386 uint32_t Minor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3606 uint32_t &Minor) { in ParseDirectiveMajorMinor()
3977 uint32_t Minor; in ParseDirectiveHSACodeObjectVersion() local
3988 uint32_t Minor; in ParseDirectiveHSACodeObjectISA() local
/third_party/rust/crates/clang-sys/src/
Dlib.rs1705 pub Minor: c_int, field