OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVFS
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
Reproducer.h
35
IntrusiveRefCntPtr<vfs::FileSystem>
getVFS
() const { return VFS; }
dsymutil.cpp
531
Options.LinkOpts.VFS = (*Repro)->
getVFS
();
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
100
if (D.
getVFS
().exists(SysRoot + "/lib/" + MT))
102
if (D.
getVFS
().exists(SysRoot + "/lib/mips64-linux-gnu"))
111
if (D.
getVFS
().exists(SysRoot + "/lib/" + MT))
113
if (D.
getVFS
().exists(SysRoot + "/lib/mips64el-linux-gnu"))
118
if (D.
getVFS
().exists(SysRoot + "/lib/powerpc-linux-gnuspe"))
190
Distro Distro(D.
getVFS
(), Triple);
347
if (
getVFS
().exists(AndroidSysRootPath))
366
if (
getVFS
().exists(Path))
371
if (
getVFS
().exists(Path))
381
const Distro Distro(getDriver().
getVFS
(), Triple)
[
all
...]
Hurd.cpp
38
if (D.
getVFS
().exists(SysRoot + "/lib/i386-gnu"))
177
D.
getVFS
().exists(SysRoot + "/usr/include/" + MultiarchIncludeDir))
MSVC.cpp
370
return std::string(canExecute(TC.
getVFS
(), FilePath) ? FilePath.str() : Exe);
428
if (TC.
getVFS
().exists(LibPath))
432
if (TC.
getVFS
().exists(CRTPath))
596
if (!TC.FoundMSVCInstall() && !canExecute(TC.
getVFS
(), linkPath)) {
599
if (canExecute(TC.
getVFS
(), ClPath)) {
602
if (!canExecute(TC.
getVFS
(), linkPath))
693
findVCToolChainViaCommandLine(
getVFS
(), Args, VCToolChainPath, VSLayout) ||
694
findVCToolChainViaEnvironment(
getVFS
(), VCToolChainPath, VSLayout) ||
695
findVCToolChainViaSetupConfig(
getVFS
(), VCToolChainPath, VSLayout) ||
1099
if (!getWindowsSDKDir(
getVFS
(), Args, sdkPath, sdkMajor
[
all
...]
AMDGPU.cpp
46
for (llvm::vfs::directory_iterator File = D.
getVFS
().dir_begin(Cand.Path, EC),
81
for (llvm::vfs::directory_iterator LI = D.
getVFS
().dir_begin(Path, EC), LE;
276
File = D.
getVFS
().dir_begin(D.SysRoot + "/opt", EC),
356
auto &FS = D.
getVFS
();
436
auto &FS = D.
getVFS
();
Gnu.cpp
532
if (ToolChain.
getVFS
().exists(crtbegin))
653
if (ToolChain.
getVFS
().exists(crtend))
1451
FilterNonExistent NonExistent(Path, "/crtbegin.o", D.
getVFS
());
1486
return findMipsAndroidMultilibs(D.
getVFS
(), Path, Flags, NonExistent,
1525
FilterNonExistent NonExistent(Path, "/crtbegin.o", D.
getVFS
());
1566
FilterNonExistent NonExistent(Path, "/crtbegin.o", D.
getVFS
());
1592
FilterNonExistent NonExistent(Path, "/crtbegin.o", D.
getVFS
());
1648
FilterNonExistent NonExistent(Path, "/crtbegin.o", D.
getVFS
());
1731
Path, TargetTriple.isOSIAMCU() ? "/libgcc.a" : "/crtbegin.o", D.
getVFS
());
1961
auto &VFS = D.
getVFS
();
[
all
...]
Fuchsia.cpp
251
return !
getVFS
().exists(P);
376
if (
getVFS
().exists(TargetDir))
MinGW.cpp
204
if (TC.
getVFS
().exists(LibPath))
208
if (TC.
getVFS
().exists(CRTPath))
Darwin.cpp
1113
if ((Opts & RLO_AlwaysLink) ||
getVFS
().exists(P)) {
1811
if (!
getVFS
().exists(A->getValue()))
1817
if (llvm::sys::path::is_absolute(env) &&
getVFS
().exists(env) &&
1827
SDKInfo = parseSDKSettings(
getVFS
(), Args, getDriver());
2053
return
getVFS
().exists(Base);
2090
if (
getVFS
().exists(InstallBin)) {
2101
if (
getVFS
().exists(SysrootUsr)) {
2191
if (!
getVFS
().exists(P)) {
2194
if (
getVFS
().exists(P)) {
2204
if (!
getVFS
().exists("/usr/lib/libstdc++.dylib") &
[
all
...]
Hexagon.cpp
427
if (D.
getVFS
().exists(I))
430
if (
getVFS
().exists(InstallRelDir = InstalledDir + "/../target"))
505
if (D.
getVFS
().exists(BinDir))
BareMetal.cpp
239
LI = getDriver().
getVFS
().dir_begin(Dir.str(), EC),
FreeBSD.cpp
385
D.
getVFS
().exists(getDriver().SysRoot + "/usr/lib32/crt1.o"))
NetBSD.cpp
444
if (!
getVFS
().exists(IncludePath + "/__config"))
CommonArgs.cpp
123
if (D.
getVFS
().exists(Path))
658
if (TC.
getVFS
().exists(CandidateRPath)) {
Cuda.cpp
135
auto &FS = D.
getVFS
();
Clang.cpp
889
D.
getVFS
().getCurrentWorkingDirectory()) {
952
(void)D.
getVFS
().makeAbsolute(CoverageFilename);
2293
auto CWD = D.
getVFS
().getCurrentWorkingDirectory();
2346
Driver.
getVFS
().makeAbsolute(Path);
5484
addDebugCompDirArg(Args, CmdArgs, D.
getVFS
());
5742
if (D.
getVFS
().exists(Filename))
6751
!Distro(D.
getVFS
(), TC.getTriple()).IsGentoo() &&
7418
addDebugCompDirArg(Args, CmdArgs, C.getDriver().
getVFS
());
/src/external/apache2/llvm/dist/clang/lib/Driver/
XRayArgs.cpp
146
if (D.
getVFS
().exists(Filename)) {
155
if (D.
getVFS
().exists(Filename)) {
164
if (D.
getVFS
().exists(Filename)) {
ToolChain.cpp
79
if (
getVFS
().exists(RuntimePath))
83
if (
getVFS
().exists(StdlibPath))
87
if (
getVFS
().exists(CandidateLibPath))
99
llvm::vfs::FileSystem &ToolChain::
getVFS
() const {
100
return getDriver().
getVFS
();
468
if (
getVFS
().exists(P))
885
for (llvm::vfs::directory_iterator LI =
getVFS
().dir_begin(Path, EC), LE;
SanitizerArgs.cpp
131
llvm::SpecialCaseList::create(SCLFiles, D.
getVFS
(), BLError));
159
if (D.
getVFS
().exists(Path))
183
if (D.
getVFS
().exists(SCLPath)) {
Driver.cpp
1854
if (
getVFS
().exists(CandidateRuntimePath))
2156
if (
getVFS
().exists(Value))
4909
if (!
getVFS
().exists(CrashDirectory))
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h
329
llvm::vfs::FileSystem &
getVFS
() const { return *VFS; }
ToolChain.h
215
llvm::vfs::FileSystem &
getVFS
() const;
Completed in 48 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026