Home
last modified time | relevance | path

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

123456789

/openbsd-src/gnu/llvm/clang/docs/
H A DReleaseNotes.rst728 Bug Fixes to Compiler Builtins
754 Bug Fixes to Attribute Support
789 Bug Fixes to C++ Support
885 Bug Fixes to AST Handling
894 Miscellaneous Bug Fixes
914 Miscellaneous Clang Crashes Fixed
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDistro.cpp33 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local
59 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local
101 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local
189 int Version; in DetectDistro() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DCuda.cpp12 CudaVersion Version; member
61 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion()
227 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled()
231 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
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAvailability.h34 VersionTuple Version; variable
42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp438 unsigned Version = ARM::parseArchVersion(ArchName); in parseARMArch() local
1202 VersionTuple Version; in parseVersionFromName() local
1283 VersionTuple Version = getOSVersion(); in getiOSVersion() local
1307 VersionTuple Version = getOSVersion(); in getWatchOSVersion() local
1324 VersionTuple Version = getOSVersion(); in getDriverKitVersion() local
1883 const VersionTuple &Version) { in getCanonicalVersionForOS()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp180 uint16_t Version) { in isBFDDeadAddressRange()
192 uint16_t Version, uint8_t AddressByteSize) { in isMAXPCDeadAddressRange()
207 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange()
224 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDarwinSDKInfo.h127 : Version(Version), MaximumDeploymentTarget(MaximumDeploymentTarget), in Version() function
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbump-version.py18 def process_file(self, fpath: Path, version: packaging.version.Version) -> None:
44 version: Optional[packaging.version.Version] = None,
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp30 auto Version = T.getOSVersion(); in isLegalShaderModel() local
112 VersionTuple Version; in isLegalValidatorVersion() local
H A DWebAssembly.cpp479 std::string Version = detectLibcxxVersion(LibPath); in addLibCxxIncludePaths() local
508 std::string Version; in addLibStdCXXIncludePaths() local
519 auto Version = Generic_GCC::GCCVersion::Parse(VersionText); in addLibStdCXXIncludePaths() local
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DInstrumentationMap.h54 unsigned char Version; member
64 unsigned char Version; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h57 uint16_t Version; member
87 uint16_t Version; member
113 uint16_t Version; member
142 uint16_t Version; member
164 yaml::Hex16 Version; member
173 yaml::Hex16 Version; member
203 yaml::Hex16 Version; member
H A DCodeViewYAMLTypeHashing.h44 uint16_t Version; member
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp719 auto Version = getIsaVersion(STI.getCPU()); in toString() local
918 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local
931 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local
941 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local
952 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs() local
971 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs() local
989 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs() local
1122 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT() local
1158 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor() local
1233 unsigned getVmcntBitMask(const IsaVersion &Version) { in getVmcntBitMask()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/
H A DSelfStubber.pm8 sub Version {$VERSION} subroutine
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h66 DwarfVersion Version; ///< Dwarf version where the Op was introduced. member
71 : Version(Version) { in Version() function
H A DDWARFDebugAddr.h33 uint16_t Version; variable
/openbsd-src/gnu/usr.bin/perl/dist/SelfLoader/lib/
H A DSelfLoader.pm45 sub Version {$VERSION} subroutine
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRISCVISAInfo.cpp35 RISCVExtensionVersion Version; member
637 if (auto Version = findDefaultVersion(Ext)) in parseArchString() local
940 auto Version = findDefaultVersion("i"); in updateImplication() local
961 auto Version = findDefaultVersion(ImpliedExt); in updateImplication() local
993 auto Version = findDefaultVersion(CombineExt); in updateCombination() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp63 uint32_t Version; in write() local
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DPlatform.cpp107 std::string Version) { in getOSAndEnvironmentName()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DOffloadBinary.h66 static const uint32_t Version = 1; variable
108 uint32_t Version = OffloadBinary::Version; // Version identifier. member

123456789