Home
last modified time | relevance | path

Searched refs:SDKPath (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp89 const std::string &SDKPath, in getWindows10SDKVersionFromPath() argument
91 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath()
110 llvm::SmallString<128> SDKPath(*WinSysRoot); in getWindowsSDKDirViaCommandLine() local
111 llvm::sys::path::append(SDKPath, "Windows Kits"); in getWindowsSDKDirViaCommandLine()
113 llvm::sys::path::append(SDKPath, llvm::Twine(SDKVersion.getMajor())); in getWindowsSDKDirViaCommandLine()
116 SDKPath, getHighestNumericTupleInDirectory(VFS, SDKPath)); in getWindowsSDKDirViaCommandLine()
117 Path = std::string(SDKPath); in getWindowsSDKDirViaCommandLine()