Searched refs:UCRTVersion (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp169 std::string UCRTVersion; local
171 UniversalCRTSdkPath, UCRTVersion))
181 sys::path::append(UCRTSdkLib, "Lib", UCRTVersion, "ucrt", "x64");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h79 std::string &Path, std::string &UCRTVersion);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp569 std::string UCRTVersion; local
574 UCRTVersion))
579 UCRTVersion = *WinSdkVersion;
586 llvm::sys::path::append(LibPath, "Lib", UCRTVersion, "ucrt", ArchName);
706 std::string UCRTVersion; local
709 UCRTVersion)) {
712 UCRTVersion = *WinSdkVersion;
714 "Include", UCRTVersion, "ucrt");
/freebsd-current/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp409 // FIXME: Try env vars (%WindowsSdkDir%, %UCRTVersion%) before going to
456 std::string &Path, std::string &UCRTVersion) {
461 Path, Major, UCRTVersion))
464 // FIXME: Try env vars (%UniversalCRTSdkDir%, %UCRTVersion%) before going to
474 return getWindows10SDKVersionFromPath(VFS, Path, UCRTVersion);
452 getUniversalCRTSdkDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, std::optional<StringRef> WinSdkVersion, std::optional<StringRef> WinSysRoot, std::string &Path, std::string &UCRTVersion) argument
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp622 std::string UCRTVersion; local
624 UniversalCRTSdkPath, UCRTVersion)) {
626 path::append(universalCRTLibPath, "Lib", UCRTVersion, "ucrt");

Completed in 73 milliseconds