Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp88 const std::string &SDKPath, in getWindows10SDKVersionFromPath()
109 llvm::SmallString<128> SDKPath(*WinSysRoot); in getWindowsSDKDirViaCommandLine() local
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp58 static bool runLipo(StringRef SDKPath, SmallVectorImpl<StringRef> &Args) { in runLipo()
81 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary()
H A Ddsymutil.cpp564 std::string SDKPath = sys::fs::getMainExecutable(argv[0], P); in main() local