Home
last modified time | relevance | path

Searched defs:Version (Results 1 – 25 of 264) sorted by relevance

1234567891011

/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/llvm-project/clang/lib/Driver/
H A DDistro.cpp104 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local
33 Distro::DistroType Version = Distro::UnknownDistro; DetectOsRelease() local
59 Distro::DistroType Version = Distro::UnknownDistro; DetectLsbRelease() local
193 int Version; DetectDistro() local
[all...]
/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; global() enumerator
75 const auto Version = VersionOverride ? *VersionOverride : CurrentVersion; global() variable
/llvm-project/clang/lib/Basic/
H A DCuda.cpp12 CudaVersion Version; member
67 ToCudaVersion(llvm::VersionTuple Version) ToCudaVersion() argument
251 CudaFeatureEnabled(llvm::VersionTuple Version,CudaFeature Feature) CudaFeatureEnabled() argument
255 CudaFeatureEnabled(CudaVersion Version,CudaFeature Feature) CudaFeatureEnabled() argument
[all...]
H A DDarwinSDKInfo.cpp70 VersionTuple Version; in getVersionKey() local
78 auto Version = getVersionKey(*Obj, "Version"); in parseDarwinSDKSettingsJSON() local
/llvm-project/clang/test/Driver/Inputs/WatchOS6.0.sdk/
H A DSDKSettings.json1 {"Version":"6.0.0", "MaximumDeploymentTarget": "6.0.99"} string
/llvm-project/clang/test/Driver/Inputs/iPhoneOS13.0.sdk/
H A DSDKSettings.json1 {"Version":"13.0", "MaximumDeploymentTarget": "13.0.99"} string
/llvm-project/clang/test/Driver/Inputs/MacOSX99.0.sdk/
H A DSDKSettings.json
/llvm-project/clang/test/Driver/Inputs/MacOSX10.14.sdk/
H A DSDKSettings.json1 {"Version":"10.14", "MaximumDeploymentTarget": "10.14.99"} string
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h156 const uint16_t Version; /// The Dwarf version number for this unit. variable
186 : Version(Version), Format(Format), AddrSize(AddrSize), SegSize(SegSize) { in Version() function
234 uint16_t Version; variable
280 uint16_t Version; variable
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A DDependencyInfo.h29 virtual void write(llvm::Twine Version, in write()
83 void write(llvm::Twine Version, const std::vector<std::string> &Inputs, in write()
/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1437 if (Version in getiOSVersion() local
516 unsigned Version = ARM::parseArchVersion(ArchName); parseARMArch() local
1326 VersionTuple Version; parseVersionFromName() local
1429 VersionTuple Version = getOSVersion(); getiOSVersion() local
1458 VersionTuple Version = getOSVersion(); getWatchOSVersion() local
1477 VersionTuple Version = getOSVersion(); getDriverKitVersion() local
2079 getCanonicalVersionForOS(OSType OSKind,const VersionTuple & Version) getCanonicalVersionForOS() argument
[all...]
H A DRISCVISAInfo.cpp30 RISCVISAUtils::ExtensionVersion Version; member
75 static void PrintExtension(StringRef Name, StringRef Version, in PrintExtension() argument
92 std::string Version = riscvExtensionsHelp() local
102 std::string Version = riscvExtensionsHelp() local
595 auto Version = findDefaultVersion(Ext); parseArchString() local
761 auto Version = findDefaultVersion("i"); updateImplication() local
785 auto Version = findDefaultVersion(ImpliedExt); updateImplication() local
794 auto Version = findDefaultVersion("zcf"); updateImplication() local
821 auto Version = findDefaultVersion(CombineExt); updateCombination() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp862 auto Version = getIsaVersion(STI.getCPU()); toString() local
997 IsaVersion Version = getIsaVersion(STI->getCPU()); getSGPRAllocGranule() local
1010 IsaVersion Version = getIsaVersion(STI->getCPU()); getTotalNumSGPRs() local
1020 IsaVersion Version = getIsaVersion(STI->getCPU()); getAddressableNumSGPRs() local
1031 IsaVersion Version = getIsaVersion(STI->getCPU()); getMinNumSGPRs() local
1050 IsaVersion Version = getIsaVersion(STI->getCPU()); getMaxNumSGPRs() local
1068 IsaVersion Version = getIsaVersion(STI->getCPU()); getNumExtraSGPRs() local
1246 IsaVersion Version = getIsaVersion(STI->getCPU()); initDefaultAMDKernelCodeT() local
1357 getVmcntBitMask(const IsaVersion & Version) getVmcntBitMask() argument
1363 getLoadcntBitMask(const IsaVersion & Version) getLoadcntBitMask() argument
1367 getSamplecntBitMask(const IsaVersion & Version) getSamplecntBitMask() argument
1371 getBvhcntBitMask(const IsaVersion & Version) getBvhcntBitMask() argument
1375 getExpcntBitMask(const IsaVersion & Version) getExpcntBitMask() argument
1379 getLgkmcntBitMask(const IsaVersion & Version) getLgkmcntBitMask() argument
1383 getDscntBitMask(const IsaVersion & Version) getDscntBitMask() argument
1387 getKmcntBitMask(const IsaVersion & Version) getKmcntBitMask() argument
1391 getStorecntBitMask(const IsaVersion & Version) getStorecntBitMask() argument
1395 getWaitcntBitMask(const IsaVersion & Version) getWaitcntBitMask() argument
1407 decodeVmcnt(const IsaVersion & Version,unsigned Waitcnt) decodeVmcnt() argument
1415 decodeExpcnt(const IsaVersion & Version,unsigned Waitcnt) decodeExpcnt() argument
1420 decodeLgkmcnt(const IsaVersion & Version,unsigned Waitcnt) decodeLgkmcnt() argument
1425 decodeWaitcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned & Vmcnt,unsigned & Expcnt,unsigned & Lgkmcnt) decodeWaitcnt() argument
1432 decodeWaitcnt(const IsaVersion & Version,unsigned Encoded) decodeWaitcnt() argument
1440 encodeVmcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Vmcnt) encodeVmcnt() argument
1449 encodeExpcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Expcnt) encodeExpcnt() argument
1455 encodeLgkmcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Lgkmcnt) encodeLgkmcnt() argument
1461 encodeWaitcnt(const IsaVersion & Version,unsigned Vmcnt,unsigned Expcnt,unsigned Lgkmcnt) encodeWaitcnt() argument
1470 encodeWaitcnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeWaitcnt() argument
1474 getCombinedCountBitMask(const IsaVersion & Version,bool IsStore) getCombinedCountBitMask() argument
1489 decodeLoadcntDscnt(const IsaVersion & Version,unsigned LoadcntDscnt) decodeLoadcntDscnt() argument
1499 decodeStorecntDscnt(const IsaVersion & Version,unsigned StorecntDscnt) decodeStorecntDscnt() argument
1509 encodeLoadcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Loadcnt) encodeLoadcnt() argument
1515 encodeStorecnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Storecnt) encodeStorecnt() argument
1521 encodeDscnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Dscnt) encodeDscnt() argument
1527 encodeLoadcntDscnt(const IsaVersion & Version,unsigned Loadcnt,unsigned Dscnt) encodeLoadcntDscnt() argument
1535 encodeLoadcntDscnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeLoadcntDscnt() argument
1539 encodeStorecntDscnt(const IsaVersion & Version,unsigned Storecnt,unsigned Dscnt) encodeStorecntDscnt() argument
1547 encodeStorecntDscnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeStorecntDscnt() argument
2090 auto Version = getIsaVersion(STI.getCPU()); getNSAMaxSize() local
[all...]
H A DAMDGPUPALMetadata.h37 msgpack::DocNode Version; variable
/llvm-project/llvm/utils/release/
H A Dbump-version.py18 process_file(self, fpath: Path, version: packaging.version.Version) global() argument
44 version_str( self, version: Optional[packaging.version.Version] = None, include_suffix: bool = True, ) global() argument
/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp43 auto Version = MinDeployment.empty() ? "" : MinDeployment.getAsString(); in operator std::string() local
77 auto Version = in getTargetTripleName() local
/llvm-project/clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/
H A DSDKSettings.json2 "Version":"10.15", string
/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h151 : Version(Version), MaximumDeploymentTarget(MaximumDeploymentTarget), in Version() function
/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h54 unsigned char Version; member
64 unsigned char Version; member
/llvm-project/clang/include/clang/AST/
H A DAvailability.h35 VersionTuple Version; variable
43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument
/llvm-project/clang-tools-extra/clangd/
H A DDraftStore.h32 std::string Version; member
/llvm-project/clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/
H A DSDKSettings.json3 "Version": "13.0", string
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp170 uint16_t Version) { in isBFDDeadAddressRange()
182 uint16_t Version, uint8_t AddressByteSize) { in isMAXPCDeadAddressRange()
197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange()
214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress()
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h33 uint16_t Version; variable

1234567891011