Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp56 static bool runLipo(StringRef SDKPath, SmallVectorImpl<StringRef> &Args) { in runLipo() argument
57 auto Path = sys::findProgramByName("lipo", makeArrayRef(SDKPath)); in runLipo()
78 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary() argument
115 return Options.NoOutput ? true : runLipo(SDKPath, Args); in generateUniversalBinary()
H A Ddsymutil.cpp487 std::string SDKPath = sys::fs::getMainExecutable(argv[0], P); in main() local
488 SDKPath = std::string(sys::path::parent_path(SDKPath)); in main()
689 Options.LinkOpts, SDKPath)) in main()
H A DMachOUtils.h42 StringRef SDKPath);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp992 const std::string &SDKPath, in getWindows10SDKVersionFromPath() argument
994 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath()
1013 llvm::SmallString<128> SDKPath(A->getValue()); in getWindowsSDKDirViaCommandLine() local
1014 llvm::sys::path::append(SDKPath, "Windows Kits"); in getWindowsSDKDirViaCommandLine()
1016 llvm::sys::path::append(SDKPath, Twine(SDKVersion.getMajor())); in getWindowsSDKDirViaCommandLine()
1019 SDKPath, getHighestNumericTupleInDirectory(VFS, SDKPath)); in getWindowsSDKDirViaCommandLine()
1020 Path = std::string(SDKPath.str()); in getWindowsSDKDirViaCommandLine()