Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/include/oboe/
H A 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/Support/
H A DTargetParser.h138 unsigned Minor; member
H A DVersionTuple.h47 explicit VersionTuple(unsigned Major, unsigned Minor) in VersionTuple() argument
51 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) in VersionTuple() argument
55 explicit VersionTuple(unsigned Major, unsigned Minor, unsigne argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVersionTuple.cpp30 Out << '.' << *Minor; in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp286 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp186 unsigned Major, Minor, Micro; in initialize() local
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHeader.h27 Byte Minor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp40 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { in setBuildNumber() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp271 EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitVersionMin() argument
277 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitBuildVersion() argument
H A DMCAsmStreamer.cpp545 OS << ", " << *Minor; in EmitSDKVersionSuffix() local
555 OS << '\t' << getVersionMinDirective(Type) << ' ' << Major << ", " << Minor; in EmitVersionMin() local
581 OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor; in EmitBuildVersion() local
552 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitVersionMin() argument
577 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitBuildVersion() argument
H A DMCStreamer.cpp1138 unsigned Minor; in EmitVersionForTarget() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp177 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) EmitDirectiveHSACodeObjectVersion() argument
184 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) EmitDirectiveHSACodeObjectISA() argument
456 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) EmitDirectiveHSACodeObjectVersion() argument
467 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) EmitDirectiveHSACodeObjectISA() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h95 unsigned Minor; member in llvm::MCAssembler
256 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, in setVersionMin() argument
266 setBuildVersion(MachO::PlatformType Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) setBuildVersion() argument
H A DMCStreamer.h471 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitVersionMin() argument
477 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitBuildVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() argument
1078 unsigned Major, Minor; in parseSDKVersion() local
1012 parseMajorMinorVersionComponent(unsigned *Major, unsigned *Minor, const char *VersionName) parseMajorMinorVersionComponent() argument
1126 unsigned Minor; parseVersionMin() local
1182 unsigned Minor; parseBuildVersion() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h386 uint32_t Minor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3977 uint32_t Minor; in ParseDirectiveHSACodeObjectVersion() local
3988 uint32_t Minor; in ParseDirectiveHSACodeObjectISA() local
3605 ParseDirectiveMajorMinor(uint32_t &Major, uint32_t &Minor) ParseDirectiveMajorMinor() argument
[all...]

Completed in 25 milliseconds