| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 136 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple() 138 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64-linux-gnu"))) in getMultiarchTriple() 145 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple() 147 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64el-linux-gnu"))) in getMultiarchTriple() 152 if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe"))) in getMultiarchTriple() 227 Distro Distro(D.getVFS(), Triple); in Linux() 382 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot() 396 if (getVFS().exists(Path)) in computeSysRoot() 416 if (getVFS().exists(Path)) in computeSysRoot() 421 if (getVFS().exists(Path)) in computeSysRoot() [all …]
|
| H A D | MSVC.cpp | 65 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable() 145 if (TC.getVFS().exists(LibPath)) in ConstructJob() 149 if (TC.getVFS().exists(CRTPath)) in ConstructJob() 333 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob() 336 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob() 339 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob() 446 llvm::findVCToolChainViaCommandLine(getVFS(), VCToolsDir, VCToolsVersion, in MSVCToolChain() 448 llvm::findVCToolChainViaEnvironment(getVFS(), VCToolChainPath, in MSVCToolChain() 450 llvm::findVCToolChainViaSetupConfig(getVFS(), VCToolsVersion, in MSVCToolChain() 572 if (!llvm::getUniversalCRTSdkDir(getVFS(), WinSdkDir, WinSdkVersion, in getUniversalCRTLibraryPath() [all …]
|
| H A D | AMDGPU.cpp | 48 for (llvm::vfs::directory_iterator File = D.getVFS().dir_begin(Cand.Path, EC), in findSPACKPackage() 83 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(Path, EC), LE; in scanLibDevicePath() 291 File = D.getVFS().dir_begin(D.SysRoot + "/opt", EC), in getInstallationPathCandidates() 335 !HIPStdParPathArg.empty() && D.getVFS().exists(HIPStdParPathArg + in RocmInstallationDetector() 340 D.getVFS().exists(HIPRocThrustPathArg + "/thrust"); in RocmInstallationDetector() 344 D.getVFS().exists(HIPRocPrimPathArg + "/rocprim"); in RocmInstallationDetector() 393 auto &FS = D.getVFS(); in detectDeviceLibrary() 458 auto &FS = D.getVFS(); in detectHIPRuntime() 549 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 | 491 if (ToolChain.getVFS().exists(crtbegin)) in ConstructJob() 651 if (ToolChain.getVFS().exists(crtend)) in ConstructJob() 2315 auto &VFS = D.getVFS(); in init() 2399 if (!D.getVFS().exists(CandidateLibPath)) in AddDefaultGCCPrefixes() 2415 D.getVFS().exists("/opt/rh")) { in AddDefaultGCCPrefixes() 2964 if (!D.getVFS().exists(concat(D.SysRoot, GentooConfigDir))) in ScanGentooConfigs() 2995 D.getVFS().getBufferForFile( in ScanGentooGccConfig() 3030 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig() 3289 if (D.getVFS().exists(TargetDir)) { in addLibCxxIncludePaths() 3330 if (!getVFS().exists(IncludeDir)) in addLibStdCXXIncludePaths() [all …]
|
| H A D | BareMetal.cpp | 178 D.getVFS().getBufferForFile(MultilibPath); in findMultilibsFromYAML() 212 if (D.getVFS().exists(MultilibPath)) in computeBaseSysRoot() 313 if (D.getVFS().exists(TargetDir)) { in AddClangCXXStdlibIncludeArgs() 328 LI = D.getVFS().dir_begin(Dir.str(), EC), in AddClangCXXStdlibIncludeArgs()
|
| H A D | OHOS.cpp | 146 if (getVFS().exists(CandidateLibPath)) in OHOS() 151 if (getVFS().exists(Path)) in OHOS() 247 if (getVFS().exists(IncTargetPath)) { in AddClangCXXStdlibIncludeArgs()
|
| H A D | Darwin.cpp | 1209 if (!getVFS().exists(P)) { in AddLinkARCArgs() 1220 return getVFS().exists(P); in AddLinkARCArgs() 1252 if (!getVFS().exists(P)) in AddLinkARCArgs() 2186 if (!getVFS().exists(A->getValue())) in AddDeploymentTarget() 2496 return getVFS().exists(Base); in AddGnuCPlusPlusIncludePaths() 2538 if (getVFS().exists(InstallBin)) { in AddClangCXXStdlibIncludeArgs() 2550 if (getVFS().exists(InstallBin)) { in AddClangCXXStdlibIncludeArgs() 2562 if (getVFS().exists(SysrootUsr)) { in AddClangCXXStdlibIncludeArgs() 2644 if (!getVFS().exists(P)) { in AddCXXStdlibLibArgs() 2647 if (getVFS().exists(P)) { in AddCXXStdlibLibArgs() [all …]
|
| H A D | MinGW.cpp | 235 if (TC.getVFS().exists(LibPath)) in ConstructJob() 239 if (TC.getVFS().exists(CRTPath)) in ConstructJob() 522 if (getDriver().getVFS().exists(Base + CandidateSubdir)) in MinGW() 748 if (getDriver().getVFS().exists(TargetDir)) in AddClangCXXStdlibIncludeArgs()
|
| H A D | OpenBSD.cpp | 374 if (getVFS().exists(Path)) in getCompilerRT() 382 if (getVFS().exists(P)) in getCompilerRT()
|
| H A D | Hexagon.cpp | 521 if (D.getVFS().exists(I)) in getHexagonTargetDir() 524 if (getVFS().exists(InstallRelDir = InstalledDir + "/../target")) in getHexagonTargetDir() 607 if (D.getVFS().exists(BinDir)) in HexagonToolChain()
|
| H A D | Fuchsia.cpp | 308 return llvm::all_of(RD, [&](std::string P) { return !getVFS().exists(P); }); in Fuchsia() 438 if (getVFS().exists(TargetDir)) in AddClangCXXStdlibIncludeArgs()
|
| H A D | ZOS.cpp | 307 if (!getVFS().exists(Path)) { in TryAddIncludeFromPath()
|
| H A D | FreeBSD.cpp | 397 D.getVFS().exists(concat(getDriver().SysRoot, "/usr/lib32/crt1.o"))) in FreeBSD()
|
| H A D | WebAssembly.cpp | 565 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE; in addLibStdCXXIncludePaths()
|
| H A D | Clang.cpp | 722 D.getVFS().getCurrentWorkingDirectory()) { in addPGOAndCoverageFlags() 811 (void)D.getVFS().makeAbsolute(CoverageFilename); in addPGOAndCoverageFlags() 955 D.getVFS().getBufferForFile(Path); in maybeHasClangPchSignature() 971 llvm::ErrorOr<llvm::vfs::Status> Status = D.getVFS().status(Path); in gchProbe() 1201 if (D.getVFS().exists(P)) in AddPreprocessingOptions() 2360 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase() 2419 Driver.getVFS().makeAbsolute(Path); in DumpCompilationDatabaseFragmentToDir() 4576 addDebugCompDirArg(Args, CmdArgs, D.getVFS()); in renderDebugOptions() 6508 if (D.getVFS().exists(Filename)) in ConstructJob() 7702 !Distro(D.getVFS(), TC.getTriple()).IsGentoo() && in ConstructJob() [all …]
|
| H A D | NetBSD.cpp | 506 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths()
|
| H A D | Cuda.cpp | 146 auto &FS = D.getVFS(); in CudaInstallationDetector()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 111 if (D.getVFS().exists(Filename)) { in XRayArgs() 120 if (D.getVFS().exists(Filename)) { in XRayArgs() 129 if (D.getVFS().exists(Filename)) { in XRayArgs()
|
| H A D | ToolChain.cpp | 85 if (getVFS().exists(Path)) in ToolChain() 132 llvm::vfs::FileSystem &ToolChain::getVFS() const { in getVFS() function in ToolChain 133 return getDriver().getVFS(); in getVFS() 661 if (getVFS().exists(P)) in getCompilerRT() 694 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(BaseDir, EC), LE; in getFallbackAndroidTargetPath() 730 if (getVFS().exists(P)) in getTargetSubDirPath() 1186 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE; in detectLibcxxVersion()
|
| H A D | SanitizerArgs.cpp | 163 llvm::SpecialCaseList::create(SCLFiles, D.getVFS(), BLError)); in validateSpecialCaseListFormat() 192 if (D.getVFS().exists(Path)) in addDefaultIgnorelists() 218 if (D.getVFS().exists(SCLPath)) { in parseSpecialCaseListArg()
|
| H A D | Driver.cpp | 992 auto Status = getVFS().status(FileName); in readConfigFile() 1044 ExpCtx.setVFS(&getVFS()); in loadConfigFiles() 1052 if (CfgDir.empty() || getVFS().makeAbsolute(CfgDir)) in loadConfigFiles() 1061 if (CfgDir.empty() || getVFS().makeAbsolute(CfgDir)) in loadConfigFiles() 1085 if (getVFS().makeAbsolute(CfgFilePath)) { in loadConfigFiles() 2517 if (getVFS().exists(Value)) in DiagnoseInputExistence() 5741 if (!getVFS().exists(*CrashDirectory)) in CreateTempFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 392 llvm::vfs::FileSystem &getVFS() const { return *VFS; } in getVFS() function
|
| H A D | ToolChain.h | 246 llvm::vfs::FileSystem &getVFS() const;
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 1405 getVFS(const opt::InputArgList &args) { in getVFS() function 1483 config->vfs = getVFS(args); in linkerMain()
|