HomeSort by relevance Sort by last modified time
    Searched refs:SDKPath (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/dsymutil/
MachOUtils.h 30 StringRef SDKPath);
dsymutil.cpp 245 std::string SDKPath = llvm::sys::fs::getMainExecutable(argv[0], MainAddr);
246 SDKPath = llvm::sys::path::parent_path(SDKPath);
340 TempFiles, getOutputFileName(InputFile), Options, SDKPath))
MachOUtils.cpp 36 static bool runLipo(StringRef SDKPath, SmallVectorImpl<const char *> &Args) {
37 auto Path = sys::findProgramByName("lipo", makeArrayRef(SDKPath));
59 const LinkOptions &Options, StringRef SDKPath) {
101 return Options.NoOutput ? true : runLipo(SDKPath, Args);
  /external/clang/utils/analyzer/
SATestBuild.py 353 SDKPath = getSDKPath("macosx")
354 if SDKPath is not None:
355 CmdPrefix += "-isysroot " + SDKPath + " "
  /external/clang/lib/Driver/
MSVCToolChain.cpp 242 static bool getWindows10SDKVersion(const std::string &SDKPath,
247 llvm::SmallString<128> IncludePath(SDKPath);
312 std::string sdkPath;
318 if (!getWindowsSDKDir(sdkPath, sdkMajor, windowsSDKIncludeVersion,
322 llvm::SmallString<128> libPath(sdkPath);

Completed in 146 milliseconds