Searched defs:SDKPath (Results 1 – 5 of 5) sorted by relevance
36 static bool runLipo(StringRef SDKPath, SmallVectorImpl<const char *> &Args) { in runLipo()59 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary()
245 std::string SDKPath = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in main() local
57 static bool runLipo(StringRef SDKPath, SmallVectorImpl<StringRef> &Args) { in runLipo()79 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary()
400 std::string SDKPath = llvm::sys::fs::getMainExecutable(argv[0], P); in main() local
242 static bool getWindows10SDKVersion(const std::string &SDKPath, in getWindows10SDKVersion()