Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp11 CudaVersion Version; member
68 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion()
149 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled()
153 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled()
H A DDarwinSDKInfo.cpp93 VersionTuple Version; in getVersionKey() local
101 auto Version = getVersionKey(*Obj, "Version"); in parseDarwinSDKSettingsJSON() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp32 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local
58 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local
105 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local
200 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/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp30 RISCVISAUtils::ExtensionVersion Version; member
74 static void PrintExtension(StringRef Name, StringRef Version, in PrintExtension()
90 std::string Version = in printSupportedExtensions() local
100 std::string Version = in printSupportedExtensions() local
131 std::string Version = in printEnabledExtensions() local
146 std::string Version = in printEnabledExtensions() local
642 auto Version = findDefaultVersion(Ext); in parseArchString() local
725 auto Version = findDefaultVersion(Ext); in parseArchString() local
842 auto Version = findDefaultVersion("i"); in updateImplication() local
867 auto Version = findDefaultVersion(ImpliedExt); in updateImplication() local
[all …]
H A DTriple.cpp551 unsigned Version = ARM::parseArchVersion(ArchName); in parseARMArch() local
1388 VersionTuple Version; in parseVersionFromName() local
1494 VersionTuple Version = getOSVersion(); in getiOSVersion() local
1505 VersionTuple Version = getOSVersion(); in getiOSVersion() local
1516 VersionTuple Version = getOSVersion(); in getiOSVersion() local
1542 VersionTuple Version = getOSVersion(); in getWatchOSVersion() local
1561 VersionTuple Version = getOSVersion(); in getDriverKitVersion() local
2178 const VersionTuple &Version, in getCanonicalVersionForOS()
2228 bool Triple::isValidVersionForOS(OSType OSKind, const VersionTuple &Version) { in isValidVersionForOS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1063 auto Version = getIsaVersion(STI.getCPU()); in toString() local
1190 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local
1201 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local
1211 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local
1222 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs() local
1241 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs() local
1259 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs() local
1465 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT() local
1597 unsigned getVmcntBitMask(const IsaVersion &Version) { in getVmcntBitMask()
1603 unsigned getLoadcntBitMask(const IsaVersion &Version) { in getLoadcntBitMask()
[all …]
H A DAMDGPUPALMetadata.h36 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/llvm/include/llvm/BinaryFormat/
H A DSFrame.h28 enum class Version : uint8_t { enum
88 detail::packed<enum Version, E> Version; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h152 : Version(Version), MaximumDeploymentTarget(MaximumDeploymentTarget), in Version() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h56 unsigned char Version; member
66 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/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp23 bool verifyVersion(uint32_t Version) { return (Version == 1 || Version == 2); } in verifyVersion()
35 bool verifyRootDescriptorFlag(uint32_t Version, uint32_t FlagsVal) { in verifyRootDescriptorFlag()
66 bool verifyDescriptorRangeFlag(uint32_t Version, uint32_t Type, in verifyDescriptorRangeFlag()
/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/clang/lib/CodeGen/
H A DSanitizerHandler.h45 #define SANITIZER_CHECK(Enum, Name, Version) Enum, argument
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Directive/
H A DSpelling.cpp23 llvm::iterator_range<const directive::Spelling *> Range, unsigned Version) { in FindName()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h189 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion()
195 void setCompatibilityVersion(PackedVersion Version) { in setCompatibilityVersion()
203 void setSwiftABIVersion(uint8_t Version) { SwiftABIVersion = Version; } in setSwiftABIVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h58 uint16_t Version; member
88 uint16_t Version; member
114 uint16_t Version; member
168 uint16_t Version; member
190 yaml::Hex16 Version; member
199 yaml::Hex16 Version; member
229 yaml::Hex16 Version; member
H A DCodeViewYAMLTypeHashing.h44 uint16_t Version; member
/freebsd/sys/contrib/edk2/Include/Guid/
H A DMemoryAttributesTable.h17 UINT32 Version; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h33 uint16_t Version; variable
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h100 Version = 0x00, enumerator
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDriverBinding.h174 UINT32 Version; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp64 uint32_t Version; in write() local

1234567891011