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