Home
last modified time | relevance | path

Searched refs:Ver (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp26 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0), in InfoStreamBuilder()
31 void InfoStreamBuilder::setVersion(PdbRaw_ImplVer V) { Ver = V; }
68 H.Version = Ver; in commit()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp151 SmallVector<uint64_t, 1> Ver; in readMetadata() local
152 EXPECT_OR_RET(Code, Cursor.readRecord(bitc::UNABBREV_RECORD, Ver)); in readMetadata()
155 if (Ver.size() != 1 || Ver[0] > PGOCtxProfileWriter::CurrentVersion) in readMetadata()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp57 const int Ver = OpenCLCPlusPlus ? OpenCLCPlusPlusVersion : OpenCLVersion; in getOpenCLVersionTuple() local
58 if (OpenCLCPlusPlus && Ver != 100) in getOpenCLVersionTuple()
59 return VersionTuple(Ver / 100); in getOpenCLVersionTuple()
60 return VersionTuple(Ver / 100, (Ver % 100) / 10); in getOpenCLVersionTuple()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp67 auto Ver = (VersionMajor * 100) + (VersionMinor * 10); in unifyVersionMD() local
68 if (Ver > MaxVer) { in unifyVersionMD()
69 MaxVer = Ver; in unifyVersionMD()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp82 VersionTuple Ver = TT.getOSVersion(); in createShaderModelMD() local
88 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createShaderModelMD()
89 Vals[2] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createShaderModelMD()
95 VersionTuple Ver = TT.getDXILVersion(); in createDXILVersionMD() local
100 Vals[0] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createDXILVersionMD()
101 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createDXILVersionMD()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp383 std::string &Ver, in findGccVersion() argument
397 Ver = std::string(VersionText); in findGccVersion()
400 return Ver.size(); in findGccVersion()
429 if (findGccVersion(LibDir, GccLibDir, Ver, GccVer)) { in findGccLibDir()
791 Ver); in AddClangCXXStdlibIncludeArgs()
793 llvm::sys::path::append(CppIncludeBases[2], "include", "c++", Ver); in AddClangCXXStdlibIncludeArgs()
H A DCuda.cpp156 for (const char *Ver : Versions) in CudaInstallationDetector() local
159 Ver); in CudaInstallationDetector()
184 for (const char *Ver : Versions) in CudaInstallationDetector() local
185 Candidates.emplace_back(D.SysRoot + "/usr/local/cuda-" + Ver); in CudaInstallationDetector()
H A DAMDGPU.cpp303 auto Ver = GetROCmVersion(FileName); in getInstallationPathCandidates() local
304 if (LatestVer < Ver) { in getInstallationPathCandidates()
306 LatestVer = Ver; in getInstallationPathCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h61 PdbRaw_ImplVer Ver; variable
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts42 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
H A Dinvoke-calc_tickadj.texi66 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18
H A Dinvoke-ntp-wait.texi64 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts43 ntptrace - Trace peers of an NTP server - Ver. 4.2.8p18
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts46 ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18
H A Dinvoke-ntpsweep.texi48 ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts49 plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18
H A Dsummary-opts47 summary - compute various stastics from NTP stat files - Ver. 4.2.8p18
H A Dinvoke-summary.texi45 summary - compute various stastics from NTP stat files - Ver. 4.2.8p18
H A Dinvoke-plot_summary.texi44 plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts49 update-leap - leap-seconds file manager/updater - Ver. 4.2.8p18
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h380 unsigned Ver)
383 ID(Ver) {}
490 MemoryPhi(LLVMContext &C, BasicBlock *BB, unsigned Ver, unsigned NumPreds = 0)
491 : MemoryAccess(C, MemoryPhiVal, deleteMe, BB, 0), ID(Ver),
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp130 int Ver = 0; in initializeSubtargetDependencies() local
131 if (!HvxVer.drop_front(5).consumeInteger(10, Ver) && Ver >= 68) in initializeSubtargetDependencies()
/freebsd/contrib/file/magic/Magdir/
H A Dsgi13 >8 byte >0 Ver %d:
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dperlopt.tpl158 [= prog-name =] - [= prog-title =] - Ver. [= version =]

12