Searched refs:SDKPath (Results 1 – 5 of 5) sorted by relevance
245 std::string SDKPath = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in main() local246 SDKPath = llvm::sys::path::parent_path(SDKPath); in main()340 TempFiles, getOutputFileName(InputFile), Options, SDKPath)) in main()
30 StringRef SDKPath);
36 static bool runLipo(StringRef SDKPath, SmallVectorImpl<const char *> &Args) { in runLipo() argument37 auto Path = sys::findProgramByName("lipo", makeArrayRef(SDKPath)); in runLipo()59 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary() argument101 return Options.NoOutput ? true : runLipo(SDKPath, Args); in generateUniversalBinary()
353 SDKPath = getSDKPath("macosx")354 if SDKPath is not None:355 CmdPrefix += "-isysroot " + SDKPath + " "
242 static bool getWindows10SDKVersion(const std::string &SDKPath, in getWindows10SDKVersion() argument247 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersion()