Home
last modified time | relevance | path

Searched defs:Ver (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h61 PdbRaw_ImplVer Ver; variable
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.h112 std::string Ver; variable
H A DCuda.cpp152 for (const char *Ver : Versions) CudaInstallationDetector() local
180 for (const char *Ver : Versions) CudaInstallationDetector() local
H A DMinGW.cpp380 findGccVersion(StringRef LibDir,std::string & GccLibDir,std::string & Ver,toolchains::Generic_GCC::GCCVersion & Version) findGccVersion() argument
H A DAMDGPU.cpp302 auto Ver = GetROCmVersion(FileName); getInstallationPathCandidates() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp67 auto Ver = (VersionMajor * 100) + (VersionMinor * 10); in unifyVersionMD() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp57 const int Ver = OpenCLCPlusPlus ? OpenCLCPlusPlusVersion : OpenCLVersion; in getOpenCLVersionTuple() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp73 VersionTuple Ver = TT.getOSVersion(); createShaderModelMD() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp134 int Ver = 0; initializeSubtargetDependencies() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp189 int Ver = getARMSubArchVersionNumber(Triple); in isHardTPSupported() local
/freebsd-src/sys/dev/mwl/
H A Dmwlreg.h486 u_int8_t Ver[2]; member
497 u_int8_t Ver[2]; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2875 const VersionEntry &Ver = printSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp166 if (auto Ver = mdconst::extract_or_null<ConstantInt>( getAMDHSACodeObjectVersion() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4091 StringRef Ver = A->getValue(); ParseLangArgs() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp401 return Context.getASTContext().getLangOpts().getClangABICompat() <= Ver; in isCompatibleWith() argument