Home
last modified time | relevance | path

Searched refs:can_execute (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDMSVCToolChain.cpp316 if (llvm::sys::fs::can_execute(FilePath.c_str()) && in getVisualStudioBinariesFolder()
342 if (!llvm::sys::fs::can_execute(ClPath.c_str())) in getVisualStudioBinariesFolder()
HDDriver.cpp2100 if (llvm::sys::fs::can_execute(Twine(Dir))) in ScanDirForExecutable()
2121 if (llvm::sys::fs::can_execute(Twine(P))) in GetProgramPath()
HDTools.cpp8760 if (llvm::sys::fs::can_execute(FilePath.c_str())) in FindVisualStudioExecutable()
/NextBSD/contrib/llvm/tools/lli/
HDlli.cpp648 if (!sys::fs::can_execute(ChildExecPath)) { in main()
/NextBSD/contrib/llvm/include/llvm/Support/
HDFileSystem.h378 inline bool can_execute(const Twine &Path) { in can_execute() function
/NextBSD/contrib/llvm/lib/Support/Unix/
HDProgram.inc93 if (sys::fs::can_execute(FilePath.c_str()))
/NextBSD/contrib/llvm/lib/Support/Windows/
HDProgram.inc248 if (!sys::fs::can_execute(Program)) {