Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp33 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local
59 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local
104 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local
193 int Version; in DetectDistro() local
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp12 CudaVersion Version; member
67 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion()
251 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled()
255 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled()
H A DDarwinSDKInfo.cpp70 VersionTuple Version; in getVersionKey() local
78 auto Version = getVersionKey(*Obj, "Version"); in parseDarwinSDKSettingsJSON() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; enumerator
75 const auto Version = VersionOverride ? *VersionOverride : CurrentVersion; variable
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp30 RISCVISAUtils::ExtensionVersion Version; member
75 static void PrintExtension(StringRef Name, StringRef Version, in PrintExtension()
91 std::string Version = in printSupportedExtensions() local
101 std::string Version = in printSupportedExtensions() local
132 std::string Version = in printEnabledExtensions() local
147 std::string Version = in printEnabledExtensions() local
644 auto Version = findDefaultVersion(Ext); in parseArchString() local
821 auto Version = findDefaultVersion("i"); in updateImplication() local
845 auto Version = findDefaultVersion(ImpliedExt); in updateImplication() local
854 auto Version = findDefaultVersion("zcf"); in updateImplication() local
[all …]
H A DTriple.cpp521 unsigned Version = ARM::parseArchVersion(ArchName); in parseARMArch() local
1335 VersionTuple Version; in parseVersionFromName() local
1438 VersionTuple Version = getOSVersion(); in getiOSVersion() local
1446 VersionTuple Version = getOSVersion(); in getiOSVersion() local
1467 VersionTuple Version = getOSVersion(); in getWatchOSVersion() local
1486 VersionTuple Version = getOSVersion(); in getDriverKitVersion() local
2088 const VersionTuple &Version) { in getCanonicalVersionForOS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp861 auto Version = getIsaVersion(STI.getCPU()); in toString() local
996 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local
1009 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local
1019 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local
1030 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs() local
1049 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs() local
1067 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs() local
1245 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT() local
1356 unsigned getVmcntBitMask(const IsaVersion &Version) { in getVmcntBitMask()
1362 unsigned getLoadcntBitMask(const IsaVersion &Version) { in getLoadcntBitMask()
[all …]
H A DAMDGPUPALMetadata.h37 msgpack::DocNode Version; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp49 auto Version = MinDeployment.empty() ? "" : MinDeployment.getAsString(); operator std::string() local
83 auto Version = getTargetTripleName() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h151 : Version(Version), MaximumDeploymentTarget(MaximumDeploymentTarget), in Version() function
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h54 unsigned char Version; member
64 unsigned char Version; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h35 VersionTuple Version; variable
43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h188 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion()
194 void setCompatibilityVersion(PackedVersion Version) { in setCompatibilityVersion()
202 void setSwiftABIVersion(uint8_t Version) { SwiftABIVersion = Version; } in setSwiftABIVersion()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp32 auto Version = T.getOSVersion(); in isLegalShaderModel() local
154 VersionTuple Version; in isLegalValidatorVersion() local
H A DWebAssembly.cpp565 std::string Version = detectLibcxxVersion(LibPath); in addLibCxxIncludePaths() local
594 std::string Version; in addLibStdCXXIncludePaths() local
605 auto Version = Generic_GCC::GCCVersion::Parse(VersionText); in addLibStdCXXIncludePaths() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h57 uint16_t Version; member
87 uint16_t Version; member
113 uint16_t Version; member
164 uint16_t Version; member
186 yaml::Hex16 Version; member
195 yaml::Hex16 Version; member
225 yaml::Hex16 Version; member
H A DCodeViewYAMLTypeHashing.h44 uint16_t Version; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h33 uint16_t Version; variable
H A DDWARFDebugPubTable.h54 uint16_t Version; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp66 uint32_t Version; in write() local
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h122 void setSwiftVersion(llvm::VersionTuple Version) { in setSwiftVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCKernelDescriptor.cpp23 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor() local
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm28 sub Version { subroutine

12345678910