Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp88 const std::string &SDKPath, in getWindows10SDKVersionFromPath() argument
90 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath()
109 llvm::SmallString<128> SDKPath(*WinSysRoot); in getWindowsSDKDirViaCommandLine() local
110 llvm::sys::path::append(SDKPath, "Windows Kits"); in getWindowsSDKDirViaCommandLine()
112 llvm::sys::path::append(SDKPath, llvm::Twine(SDKVersion.getMajor())); in getWindowsSDKDirViaCommandLine()
115 SDKPath, getHighestNumericTupleInDirectory(VFS, SDKPath)); in getWindowsSDKDirViaCommandLine()
116 Path = std::string(SDKPath.str()); in getWindowsSDKDirViaCommandLine()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.h57 StringRef SDKPath);
H A DMachOUtils.cpp58 static bool runLipo(StringRef SDKPath, SmallVectorImpl<StringRef> &Args) { in runLipo() argument
59 auto Path = sys::findProgramByName("lipo", ArrayRef(SDKPath)); in runLipo()
81 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary() argument
118 return Options.NoOutput ? true : runLipo(SDKPath, Args); in generateUniversalBinary()
H A Ddsymutil.cpp564 std::string SDKPath = sys::fs::getMainExecutable(argv[0], P); in main() local
565 SDKPath = std::string(sys::path::parent_path(SDKPath)); in main()
812 Options.LinkOpts, SDKPath)) in main()