/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 33 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 D | PDBSymbolCompilandDetails.h | 24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() 28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Cuda.cpp | 12 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 D | DarwinSDKInfo.cpp | 70 VersionTuple Version; in getVersionKey() local 78 auto Version = getVersionKey(*Obj, "Version"); in parseDarwinSDKSettingsJSON() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | PGOCtxProfWriter.h | 21 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 D | RISCVISAInfo.cpp | 30 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 D | Triple.cpp | 521 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 D | AMDGPUBaseInfo.cpp | 861 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 D | AMDGPUPALMetadata.h | 37 msgpack::DocNode Version; variable
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Target.cpp | 49 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 D | DarwinSDKInfo.h | 151 : Version(Version), MaximumDeploymentTarget(MaximumDeploymentTarget), in Version() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | InstrumentationMap.h | 54 unsigned char Version; member 64 unsigned char Version; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 35 VersionTuple Version; variable 43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 170 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 D | InterfaceFile.h | 188 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 D | HLSL.cpp | 32 auto Version = T.getOSVersion(); in isLegalShaderModel() local 154 VersionTuple Version; in isLegalValidatorVersion() local
|
H A D | WebAssembly.cpp | 565 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 D | DWARFYAML.h | 57 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 D | CodeViewYAMLTypeHashing.h | 44 uint16_t Version; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.h | 33 uint16_t Version; variable
|
H A D | DWARFDebugPubTable.h | 54 uint16_t Version; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmWriter.cpp | 66 uint32_t Version; in write() local
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesManager.h | 122 void setSwiftVersion(llvm::VersionTuple Version) { in setSwiftVersion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCKernelDescriptor.cpp | 23 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor() local
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 28 sub Version { subroutine
|