Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp88 const std::string &SDKPath, in getWindows10SDKVersionFromPath()
109 llvm::SmallString<128> SDKPath(*WinSysRoot); in getWindowsSDKDirViaCommandLine() local
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp36 static bool runLipo(StringRef SDKPath, SmallVectorImpl<const char *> &Args) { in runLipo()
59 const LinkOptions &Options, StringRef SDKPath) { in generateUniversalBinary()
H A Ddsymutil.cpp245 std::string SDKPath = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in main() local
/aosp_15_r20/external/clang/lib/Driver/
H A DMSVCToolChain.cpp242 static bool getWindows10SDKVersion(const std::string &SDKPath, in getWindows10SDKVersion()