| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 141 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple() 143 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64-linux-gnu"))) in getMultiarchTriple() 150 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple() 152 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64el-linux-gnu"))) in getMultiarchTriple() 157 if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe"))) in getMultiarchTriple() 223 Distro Distro(D.getVFS(), Triple); in Linux() 397 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot() 411 if (getVFS().exists(Path)) in computeSysRoot() 431 if (getVFS().exists(Path)) in computeSysRoot() 436 if (getVFS().exists(Path)) in computeSysRoot() [all …]
|
| H A D | MSVC.cpp | 60 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable() 158 if (TC.getVFS().exists(LibPath)) in ConstructJob() 162 if (TC.getVFS().exists(CRTPath)) in ConstructJob() 343 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob() 346 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob() 349 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob() 454 llvm::findVCToolChainViaCommandLine(getVFS(), VCToolsDir, VCToolsVersion, in MSVCToolChain() 456 llvm::findVCToolChainViaEnvironment(getVFS(), VCToolChainPath, in MSVCToolChain() 458 llvm::findVCToolChainViaSetupConfig(getVFS(), VCToolsVersion, in MSVCToolChain() 558 if (!llvm::getWindowsSDKDir(getVFS(), WinSdkDir, WinSdkVersion, WinSysRoot, in getWindowsSDKLibraryPath() [all …]
|
| H A D | AMDGPU.cpp | 41 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(Path, EC), LE; in scanLibDevicePath() 228 File = D.getVFS().dir_begin(D.SysRoot + "/opt", EC), in getInstallationPathCandidates() 272 !HIPStdParPathArg.empty() && D.getVFS().exists(HIPStdParPathArg + in RocmInstallationDetector() 277 D.getVFS().exists(HIPRocThrustPathArg + "/thrust"); in RocmInstallationDetector() 281 D.getVFS().exists(HIPRocPrimPathArg + "/rocprim"); in RocmInstallationDetector() 330 auto &FS = D.getVFS(); in detectDeviceLibrary() 395 auto &FS = D.getVFS(); in detectHIPRuntime() 488 auto &FS = D.getVFS(); in AddHIPIncludeArgs()
|
| H A D | Hurd.cpp | 42 if (D.getVFS().exists(SysRoot + "/lib/i386-gnu")) in getMultiarchTriple() 191 D.getVFS().exists(SysRoot + "/usr/include/" + MultiarchIncludeDir)) in AddClangSystemIncludeArgs()
|
| H A D | Gnu.cpp | 423 if (ToolChain.getVFS().exists(crtbegin)) in ConstructJob() 574 if (ToolChain.getVFS().exists(crtend)) in ConstructJob() 1402 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS()); in findMIPSMultilibs() 1474 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS()); in findAndroidArmMultilibs() 1516 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS()); in findMSP430Multilibs() 1543 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS()); in findCSKYMultilibs() 1726 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS()); in findRISCVBareMetalMultilibs() 1784 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS()); in findRISCVMultilibs() 1881 Path, TargetTriple.isOSIAMCU() ? "/libgcc.a" : "/crtbegin.o", D.getVFS()); in findBiarchMultilibs() 2203 auto &VFS = D.getVFS(); in init() [all …]
|
| H A D | BareMetal.cpp | 267 D.getVFS().getBufferForFile(MultilibPath); in findMultilibsFromYAML() 312 if (!D.getVFS().exists(MultilibPath)) { in getMultilibConfigPath() 332 if (D.getVFS().exists(*MultilibPath)) { in findMultilibs() 497 if (D.getVFS().exists(TargetDir)) { in AddClangCXXStdlibIncludeArgs() 512 LI = D.getVFS().dir_begin(Dir.str(), EC), in AddClangCXXStdlibIncludeArgs()
|
| H A D | OHOS.cpp | 147 if (getVFS().exists(CandidateLibPath)) in OHOS() 152 if (getVFS().exists(Path)) in OHOS() 248 if (getVFS().exists(IncTargetPath)) { in AddClangCXXStdlibIncludeArgs()
|
| H A D | Fuchsia.cpp | 302 return llvm::all_of(RD, [&](std::string P) { return !getVFS().exists(P); }); in Fuchsia() 431 if (getVFS().exists(TargetDir)) { in AddClangCXXStdlibIncludeArgs() 439 if (getVFS().exists(TargetDir)) in AddClangCXXStdlibIncludeArgs()
|
| H A D | Cygwin.cpp | 98 D.getVFS().exists(SysRoot + "/usr/include/" + MultiarchIncludeDir)) in AddClangSystemIncludeArgs()
|
| H A D | Darwin.cpp | 806 if (getToolChain().getVFS().exists(P)) { in ConstructJob() 1248 if (!getVFS().exists(P)) { in AddLinkARCArgs() 1259 return getVFS().exists(P); in AddLinkARCArgs() 1291 if (!getVFS().exists(P)) in AddLinkARCArgs() 1323 if ((Opts & RLO_AlwaysLink) || getVFS().exists(P)) { in AddLinkRuntimeLib() 2356 if (!getVFS().exists(A->getValue())) in AddDeploymentTarget() 2362 if (llvm::sys::path::is_absolute(env) && getVFS().exists(env) && in AddDeploymentTarget() 2372 SDKInfo = parseSDKSettings(getVFS(), Args, getDriver()); in AddDeploymentTarget() 2727 return getVFS().exists(Base); in AddGnuCPlusPlusIncludePaths() 2763 if (getVFS().exists(InstallBin)) { in AddClangCXXStdlibIncludeArgs() [all …]
|
| H A D | MinGW.cpp | 253 if (TC.getVFS().exists(LibPath)) in ConstructJob() 257 if (TC.getVFS().exists(CRTPath)) in ConstructJob() 539 if (getDriver().getVFS().exists(Base + CandidateSubdir)) in MinGW() 789 if (getDriver().getVFS().exists(TargetDir)) in AddClangCXXStdlibIncludeArgs()
|
| H A D | OpenBSD.cpp | 369 if (getVFS().exists(Path)) in getCompilerRT() 377 if (getVFS().exists(P)) in getCompilerRT()
|
| H A D | Hexagon.cpp | 523 if (D.getVFS().exists(I)) in getHexagonTargetDir() 526 if (getVFS().exists(InstallRelDir = InstalledDir + "/../target")) in getHexagonTargetDir() 607 if (D.getVFS().exists(BinDir)) in HexagonToolChain()
|
| H A D | ZOS.cpp | 315 if (!getVFS().exists(Path)) { in TryAddIncludeFromPath()
|
| H A D | FreeBSD.cpp | 396 D.getVFS().exists(concat(getDriver().SysRoot, "/usr/lib32/crt1.o"))) in FreeBSD()
|
| H A D | WebAssembly.cpp | 609 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE; in addLibStdCXXIncludePaths()
|
| H A D | NetBSD.cpp | 510 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 132 if (D.getVFS().exists(Filename)) { in XRayArgs() 141 if (D.getVFS().exists(Filename)) { in XRayArgs() 150 if (D.getVFS().exists(Filename)) { in XRayArgs()
|
| H A D | ToolChain.cpp | 95 if (getVFS().exists(Path)) in ToolChain() 153 llvm::vfs::FileSystem &ToolChain::getVFS() const { in getVFS() function in ToolChain 154 return getDriver().getVFS(); in getVFS() 774 if (getVFS().exists(P)) in getCompilerRT() 785 if (Path.empty() || getVFS().exists(OldPath)) in getCompilerRT() 894 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(BaseDir, EC), LE; in getFallbackAndroidTargetPath() 940 if (getVFS().exists(P)) in getTargetSubDirPath() 1456 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE; in detectLibcxxVersion()
|
| H A D | SanitizerArgs.cpp | 186 llvm::SpecialCaseList::create(SCLFiles, D.getVFS(), BLError)); in validateSpecialCaseListFormat() 217 if (D.getVFS().exists(Path)) in addDefaultIgnorelists() 243 if (D.getVFS().exists(SCLPath)) { in parseSpecialCaseListArg()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 139 llvm::vfs::FileSystem &getVFS() const { return *BaseFS; } in getVFS() function
|
| H A D | DependencyScanningTool.h | 162 llvm::vfs::FileSystem &getWorkerVFS() const { return Worker.getVFS(); } in getWorkerVFS()
|
| H A D | ModuleDepCollector.h | 65 const llvm::StringSet<> &getVFS() const { return VFSMap; } in getVFS() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 429 llvm::vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 845 IntrusiveRefCntPtr<llvm::vfs::FileSystem> getVFS() const { return VFS; } in getVFS() function
|